Skip to content

Commit ba3b354

Browse files
RalfJungoli-obk
andcommitted
update comment
Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
1 parent 504c617 commit ba3b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ fn phase_cargo_miri(mut args: env::Args) {
444444

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

0 commit comments

Comments
 (0)