Skip to content

Commit 74db228

Browse files
RalfJungoli-obk
andauthored
update comment
Co-authored-by: Oli Scherer <[email protected]>
1 parent 495aa93 commit 74db228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ fn phase_cargo_miri(mut args: env::Args) {
441441

442442
// Run cargo.
443443
if verbose {
444-
cmd.env("MIRI_VERBOSE", ""); // this makes `inside_cargo_rustc` verbose.
444+
cmd.env("MIRI_VERBOSE", ""); // This makes the other phases verbose.
445445
eprintln!("[cargo-miri miri] {:?}", cmd);
446446
}
447447
exec(cmd)

0 commit comments

Comments
 (0)