Skip to content

Commit d38a79d

Browse files
committed
fix patch
1 parent ec6ff43 commit d38a79d

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
@@ -16,7 +16,7 @@ index 9721ddf090c..19a7886f496 100644
1616
let rustc_cfg = str::from_utf8(&out.stdout).unwrap();
1717

1818
+ println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap());
19-
+ for line in rustc_cfg {
19+
+ for line in rustc_cfg.lines() {
2020
+ println!("cargo::warning=cfg: {line}");
2121
+ }
2222
+ // println!("cargo::warning=rustc: {}", env::var("RUSTC").unwrap());
@@ -47,4 +47,3 @@ index 9721ddf090c..19a7886f496 100644
4747
#[allow(dead_code)]
4848
--
4949
2.48.1
50-

0 commit comments

Comments
 (0)