inhibit proc-macro2 nightly detection
This commit is contained in:
parent
893413de5b
commit
7957140f3e
@ -9,6 +9,7 @@ fn main() {
|
||||
// This is required to allow using nightly cargo features (public-dependency) with beta
|
||||
// cargo
|
||||
.env("RUSTC_BOOTSTRAP", "1")
|
||||
.env("RUSTC_STAGE", "0") // Ensure `proc-macro2`'s nightly detection is disabled
|
||||
.env("RUSTC", rustc_path())
|
||||
.arg("build")
|
||||
.arg("--manifest-path")
|
||||
|
Loading…
Reference in New Issue
Block a user