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 586c1fc commit f48dfb7Copy full SHA for f48dfb7
patches/0001-Debug-builtins-output.patch
@@ -15,7 +15,7 @@ index 9721ddf090c..19a7886f496 100644
15
.unwrap_or_else(|e| panic!("failed to run `{cmd:?}`: {e}"));
16
let rustc_cfg = str::from_utf8(&out.stdout).unwrap();
17
18
-+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap()); println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
++ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap()); println!("cargo::warning=rustflags: {:?}", env::var("RUSTFLAGS"));
19
+ for line in rustc_cfg.lines() {
20
+ println!("cargo::warning=cfg: {line}");
21
+ }
0 commit comments