Skip to content

Commit 586c1fc

Browse files
committed
fix patch, kinda
1 parent b229197 commit 586c1fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patches/0001-Debug-builtins-output.patch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +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());
19-
+ println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
18+
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap()); println!("cargo::warning=rustflags: {}", env::var("RUSTFLAGS").unwrap());
2019
+ for line in rustc_cfg.lines() {
2120
+ println!("cargo::warning=cfg: {line}");
2221
+ }

0 commit comments

Comments
 (0)