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 c931eff commit d9068c0Copy full SHA for d9068c0
1 file changed
tests/run-make-cargo/rustc-crates-on-stable/rmake.rs
@@ -10,7 +10,7 @@ fn main() {
10
.env("RUSTC_STAGE", "0")
11
.env("RUSTC", rustc_path())
12
// We want to disallow all nightly features to simulate a stable build
13
- .env("RUSTFLAGS", "-D warnings -Zallow-features=")
+ .env("RUSTFLAGS", "-D warnings --check-cfg=cfg(bootstrap) -Zallow-features=")
14
.arg("build")
15
.arg("--manifest-path")
16
.arg(source_root().join("Cargo.toml"))
0 commit comments