Closed
Description
I think we need to be able to handle multiple #[cfg]
settings for rustfix — at minimum, using #[cfg(test)]
code is super common. We obviously can't handle all cfg's at once, but perhaps we should include some way to run rustfix more than once, with distinct cfg settings? (And the default could run for both no cfg and #[cfg(test)]
?)
Metadata
Metadata
Assignees
Labels
Area: The 2018 editionArea: Lints (warnings about flaws in source code) such as unused_mut.`#![feature(rust_2018_preview)]`Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.Working group: Epoch (2018) management