We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babf2d4 commit 7a3c9bbCopy full SHA for 7a3c9bb
tests/run-make/rustc-crates-on-stable/rmake.rs
@@ -9,6 +9,7 @@ fn main() {
9
// This is required to allow using nightly cargo features (public-dependency) with beta
10
// cargo
11
.env("RUSTC_BOOTSTRAP", "1")
12
+ .env("RUSTC_STAGE", "0") // Ensure `proc-macro2`'s nightly detection is disabled
13
.env("RUSTC", rustc_path())
14
.arg("build")
15
.arg("--manifest-path")
0 commit comments