Skip to content

Commit 2949195

Browse files
committed
compiler-builtins: don't clear env vars for cargo invocation
1 parent 27529d5 commit 2949195

File tree

1 file changed

+0
-1
lines changed
  • tests/run-make/compiler-builtins

1 file changed

+0
-1
lines changed

tests/run-make/compiler-builtins/rmake.rs

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fn main() {
5656
"--target",
5757
&target,
5858
])
59-
.env_clear()
6059
.env("PATH", path)
6160
.env("RUSTC", rustc)
6261
.env("RUSTFLAGS", "-Copt-level=0 -Cdebug-assertions=yes")

0 commit comments

Comments
 (0)