]> git.lizzy.rs Git - rust.git/commitdiff
we do not need to set RUSTFLAGS for xargo any more as miri-as-rustc already uses...
authorRalf Jung <post@ralfj.de>
Sun, 10 May 2020 16:56:38 +0000 (18:56 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 10 May 2020 16:56:38 +0000 (18:56 +0200)
src/bin/cargo-miri.rs

index 2e1609e1edff554fdec183ef42169e0bc4098cd0..ca7fafd3d9c2ddf1da116d0f0e3fe75060bb0f81 100644 (file)
@@ -342,7 +342,6 @@ fn setup(subcommand: MiriCommand) {
         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"));