x clean library/std
fails with an unexpected argument error
#108517
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x clean library/std
invokescargo clean --target ... --release std
, resulting inCleaning a
compiler/
crate correctly adds the-p
flag needed to specify packages.I did notice that adding the
-p
caused the command to complete successfully, but thestd
build dir was not actually cleaned.@rustbot label +T-bootstrap
The text was updated successfully, but these errors were encountered: