mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Convert the last --k=v flag to use flag_value
This commit is contained in:
parent
5c607447c1
commit
cfaac2f15c
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ fn needs_rustc_bootstrap() -> bool {
|
|||
let mut cmd = Command::new(cargo_binary());
|
||||
cmd.arg("rustc");
|
||||
cmd.arg("-Zunstable-options");
|
||||
cmd.arg("--print=sysroot");
|
||||
cmd.flag_value("--print", "sysroot");
|
||||
cmd.env("RUSTC_BOOTSTRAP", "1");
|
||||
cmd.stdin(Stdio::null());
|
||||
cmd.stderr(Stdio::null());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue