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 495aa93 commit 74db228Copy full SHA for 74db228
cargo-miri/bin.rs
@@ -441,7 +441,7 @@ fn phase_cargo_miri(mut args: env::Args) {
441
442
// Run cargo.
443
if verbose {
444
- cmd.env("MIRI_VERBOSE", ""); // this makes `inside_cargo_rustc` verbose.
+ cmd.env("MIRI_VERBOSE", ""); // This makes the other phases verbose.
445
eprintln!("[cargo-miri miri] {:?}", cmd);
446
}
447
exec(cmd)
0 commit comments