Open
Description
The suggested setup for tests using loom1 involves using a custom configuration. (#[cfg(loom)]
)
Unfortunately, this triggers the new rustc lint for unexpected cfg
parameters 2 (only available on the latest nightly version).
What is the suggested way to deal with this? Ideally one would not need to add a build.rs
file just to register a custom cfg
name.
(This issue stems from faern/oneshot#34)
Footnotes
Metadata
Metadata
Assignees
Labels
No labels
Activity