cargo install
should check if binary isn't installed/outdated before downloading crate and it shouldn't fail otherwise
#6485
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-install
Currently with cargo:
This exits with 101 error code. But for me it seems that downloading crate and issuing an error here doesn't make any sense.
E.g. rustup has expected behavior:
This exits with 0.
Just failed into that on CI setup and wondered why this problem exists at all
The text was updated successfully, but these errors were encountered: