mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
Use single-argument form
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
@@ -176,7 +176,7 @@ pub(crate) fn rustc_wrapper() -> Option<Result<ExitStatus>> {
|
||||
|
||||
Some(
|
||||
Command::new(&rustc)
|
||||
.args(["-C", "instrument-coverage"])
|
||||
.args(["-Cinstrument-coverage"])
|
||||
.args(arguments)
|
||||
.status()
|
||||
.with_context(|| format!("failed to run `{}`", Path::new(&rustc).display())),
|
||||
|
||||
Reference in New Issue
Block a user