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 5957512 commit d79d09aCopy full SHA for d79d09a
cargo-miri/src/main.rs
@@ -81,7 +81,7 @@ fn main() {
81
"miri" => phase_cargo_miri(args),
82
"runner" => phase_runner(args, RunnerPhase::Cargo),
83
arg if arg == env::var("RUSTC").unwrap() => {
84
- // If the first arg is equal to the RUSTC env ariable (which should be set at this
+ // If the first arg is equal to the RUSTC env variable (which should be set at this
85
// point), then we need to behave as rustc. This is the somewhat counter-intuitive
86
// behavior of having both RUSTC and RUSTC_WRAPPER set
87
// (see https://github.com/rust-lang/cargo/issues/10886).
0 commit comments