We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2ed56 commit b595e19Copy full SHA for b595e19
src/bootstrap/src/core/builder.rs
@@ -1566,7 +1566,6 @@ impl<'a> Builder<'a> {
1566
// features but cargo isn't involved in the #[path] process and so cannot pass the
1567
// complete list of features, so for that reason we don't enable checking of
1568
// features for std crates.
1569
- cargo.arg("-Zcheck-cfg");
1570
if mode == Mode::Std {
1571
rustflags.arg("--check-cfg=cfg(feature,values(any()))");
1572
}
0 commit comments