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 12114c5 commit 845b89cCopy full SHA for 845b89c
src/bin/cargo-miri.rs
@@ -342,7 +342,6 @@ path = "lib.rs"
342
command.env("RUSTC", find_miri());
343
}
344
command.env("MIRI_BE_RUSTC", "1");
345
- command.env("RUSTFLAGS", miri::miri_default_args().join(" "));
346
// Finally run it!
347
if command.status().expect("failed to run xargo").success().not() {
348
show_error(format!("Failed to run xargo"));
0 commit comments