Skip to content

Commit

Permalink
we do not need to set RUSTFLAGS for xargo any more as miri-as-rustc a…
Browse files Browse the repository at this point in the history
…lready uses these flags
  • Loading branch information
RalfJung committed May 10, 2020
1 parent 12114c5 commit 845b89c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/cargo-miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ path = "lib.rs"
command.env("RUSTC", find_miri());
}
command.env("MIRI_BE_RUSTC", "1");
command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
// Finally run it!
if command.status().expect("failed to run xargo").success().not() {
show_error(format!("Failed to run xargo"));
Expand Down

0 comments on commit 845b89c

Please sign in to comment.