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 ec6ff43 commit d38a79dCopy full SHA for d38a79d
patches/0001-Debug-builtins-output.patch
@@ -16,7 +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
-+ for line in rustc_cfg {
++ for line in rustc_cfg.lines() {
20
+ println!("cargo::warning=cfg: {line}");
21
+ }
22
+ // println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap());
@@ -47,4 +47,3 @@ index 9721ddf090c..19a7886f496 100644
47
#[allow(dead_code)]
48
--
49
2.48.1
50
-
0 commit comments