Skip to content

Commit f48dfb7

Browse files
committed
update patch
1 parent 586c1fc commit f48dfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/0001-Debug-builtins-output.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ index 9721ddf090c..19a7886f496 100644
1515
.unwrap_or_else(|e| panic!("failed to run `{cmd:?}`: {e}"));
1616
let rustc_cfg = str::from_utf8(&out.stdout).unwrap();
1717

18-
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap()); println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
18+
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap()); println!("cargo::warning=rustflags: {:?}", env::var("RUSTFLAGS"));
1919
+ for line in rustc_cfg.lines() {
2020
+ println!("cargo::warning=cfg: {line}");
2121
+ }

0 commit comments

Comments
 (0)