update comment

Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
This commit is contained in:
Ralf Jung 2020-09-09 11:48:44 +02:00
parent 504c617cd4
commit ba3b354af9

View File

@ -444,7 +444,7 @@ fn phase_cargo_miri(mut args: env::Args) {
// Run cargo.
if verbose {
cmd.env("MIRI_VERBOSE", ""); // this makes `inside_cargo_rustc` verbose.
cmd.env("MIRI_VERBOSE", ""); // This makes the other phases verbose.
eprintln!("[cargo-miri miri] {:?}", cmd);
}
exec(cmd)