We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ced21 commit f0987a3Copy full SHA for f0987a3
cargo-miri/bin.rs
@@ -461,7 +461,7 @@ fn phase_cargo_rustc(args: env::ArgsOs) {
461
// But we cannot run it here, as cargo invoked us as a compiler -- our stdin and stdout are not
462
// like we want them.
463
// Instead of compiling, we write JSON into the output file with all the relevant command-line flags
464
- // and environment variables; this is sued alter when cargo calls us again in the CARGO_TARGET_RUNNER phase.
+ // and environment variables; this is used when cargo calls us again in the CARGO_TARGET_RUNNER phase.
465
let info = CrateRunInfo::collect(args);
466
467
let mut path = PathBuf::from(get_arg_flag_value("--out-dir").unwrap());
0 commit comments