mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
no need to set the cargo-miri feature twice
This commit is contained in:
@@ -420,8 +420,6 @@ fn process<I>(old_args: I) -> Result<(), i32>
|
||||
args.push("--".to_owned());
|
||||
}
|
||||
args.push("--emit=dep-info,metadata".to_owned());
|
||||
args.push("--cfg".to_owned());
|
||||
args.push(r#"feature="cargo-miri""#.to_owned());
|
||||
|
||||
let path = std::env::current_exe().expect("current executable path invalid");
|
||||
let exit_status = Command::new("cargo")
|
||||
|
||||
Reference in New Issue
Block a user