You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cargo clean command currently does not know about std dependencies. There are multiple issues here:
-p for a user crate doesn't work because the hash is incorrect.
-p for a standard library doesn't work because it doesn't know about these dependencies.
I'm inclined to rearchitect how clean works instead of trying to shoehorn these fixes, since there are a number of other problems with how clean works.
The text was updated successfully, but these errors were encountered:
The
cargo clean
command currently does not know about std dependencies. There are multiple issues here:-p
for a user crate doesn't work because the hash is incorrect.-p
for a standard library doesn't work because it doesn't know about these dependencies.I'm inclined to rearchitect how
clean
works instead of trying to shoehorn these fixes, since there are a number of other problems with howclean
works.The text was updated successfully, but these errors were encountered: