We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported here: rust-lang/rust#48986 (comment)
Looks like this happens only when a built-in command is a prefix of external one? That is, cargo fmt works, cargo install-update fails.
cargo fmt
cargo install-update
The text was updated successfully, but these errors were encountered:
Looks likes an upstream bug: clap-rs/clap#1215
Sorry, something went wrong.
Upstream fixed, PR to rust-lang/rust: rust-lang/rust#49182
Regression tests for rust-lang#5201
a1735c7
Better safe than sorry!
Auto merge of #5207 - matklad:clap-test, r=matklad
2aba2d9
Regression tests for #5201 Better safe than sorry!
No branches or pull requests
Originally reported here: rust-lang/rust#48986 (comment)
Looks like this happens only when a built-in command is a prefix of external one? That is,
cargo fmt
works,cargo install-update
fails.The text was updated successfully, but these errors were encountered: