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 0adc04c commit da00f7fCopy full SHA for da00f7f
cargo-miri/bin.rs
@@ -900,6 +900,8 @@ fn phase_rustc(mut args: env::Args, phase: RustcPhase) {
900
for (key, value) in cmd.get_envs() {
901
if let Some(value) = value {
902
envs.insert(key.to_str().unwrap().into(), value.to_str().unwrap().to_owned());
903
+ } else {
904
+ envs.remove(key.to_str().unwrap());
905
}
906
907
for (key, value) in envs {
0 commit comments