We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032af18 commit f31f59eCopy full SHA for f31f59e
tests/run-make/compiler-builtins/rmake.rs
@@ -56,7 +56,8 @@ fn main() {
56
"--target",
57
&target,
58
])
59
- .env_clear()
+ // FIXME(jieyouxu): so what happens if we don't `env_clear`?
60
+ //.env_clear()
61
.env("PATH", path)
62
.env("RUSTC", rustc)
63
.env("RUSTFLAGS", "-Copt-level=0 -Cdebug-assertions=yes")
0 commit comments