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 d38a79d commit b229197Copy full SHA for b229197
patches/0001-Debug-builtins-output.patch
@@ -16,6 +16,7 @@ index 9721ddf090c..19a7886f496 100644
16
let rustc_cfg = str::from_utf8(&out.stdout).unwrap();
17
18
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap());
19
++ println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
20
+ for line in rustc_cfg.lines() {
21
+ println!("cargo::warning=cfg: {line}");
22
+ }
0 commit comments