Skip to content

Commit 845b89c

Browse files
committed
we do not need to set RUSTFLAGS for xargo any more as miri-as-rustc already uses these flags
1 parent 12114c5 commit 845b89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/cargo-miri.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ path = "lib.rs"
342342
command.env("RUSTC", find_miri());
343343
}
344344
command.env("MIRI_BE_RUSTC", "1");
345-
command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
346345
// Finally run it!
347346
if command.status().expect("failed to run xargo").success().not() {
348347
show_error(format!("Failed to run xargo"));

0 commit comments

Comments
 (0)