Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Fail on invalid cfg(feature) directives
The current implementation does not generate valid feature flags for derived peripherals, but this was not caught by the tests because rustc only emits a warning rather than an error.
- Loading branch information
72e037d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am aware of this issue due to latest Rust compiler. Unfortunately this break Aurix test. Aurix test are executed with Hightec Aurix compiler that is not available in GitHub. We run this test at IFX in our automation.
I am thinking to fix the warning later in more elegant way together with issue #28 . We can discuss it in our phone call.