Skip to content

Commit b5fe655

Browse files
committed
bootstrap/rustc: remove a miri hack
1 parent 4056df5 commit b5fe655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/bin/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fn main() {
150150
{
151151
cmd.arg("-Ztls-model=initial-exec");
152152
}
153-
} else if std::env::var("MIRI").is_err() {
153+
} else {
154154
// Find any host flags that were passed by bootstrap.
155155
// The flags are stored in a RUSTC_HOST_FLAGS variable, separated by spaces.
156156
if let Ok(flags) = std::env::var("RUSTC_HOST_FLAGS") {

0 commit comments

Comments
 (0)