Skip to content

Commit f31f59e

Browse files
committed
[EXPERIMENTAL] compiler-builtins: comment out env_clear()
1 parent 032af18 commit f31f59e

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ fn main() {
5656
"--target",
5757
&target,
5858
])
59-
.env_clear()
59+
// FIXME(jieyouxu): so what happens if we don't `env_clear`?
60+
//.env_clear()
6061
.env("PATH", path)
6162
.env("RUSTC", rustc)
6263
.env("RUSTFLAGS", "-Copt-level=0 -Cdebug-assertions=yes")

0 commit comments

Comments
 (0)