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
Hello. I recently switched to using rustup so I decided I would try the clippy sub-command but I am unable to install clippy.
rustup
clippy
Here are the steps I used:
~ rustup default nightly info: using existing install for 'nightly-x86_64-unknown-linux-gnu' info: default toolchain set to 'nightly-x86_64-unknown-linux-gnu' nightly-x86_64-unknown-linux-gnu unchanged - rustc 1.10.0-nightly (9c6904ca1 2016-05-18) ~ cargo -V cargo 0.11.0-nightly (fb03dad 2016-05-18) ~ cargo install clippy > result
(see attached result.txt file)
I use ArchLinux and I installed rustup using this command:
yaourt -S rustup
Is this a clippy or a rustup issue?
How can I install clippy using rustup?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Clippy does not build on today’s nightly. It breaks once in a while as rustc’s API are not stable yet.
Sorry, something went wrong.
Published new 0.0.69 version.
No branches or pull requests
Hello.
I recently switched to using
rustup
so I decided I would try theclippy
sub-command but I am unable to installclippy
.Here are the steps I used:
(see attached result.txt file)
I use ArchLinux and I installed
rustup
using this command:Is this a clippy or a rustup issue?
How can I install
clippy
using rustup?Thanks for your help.
The text was updated successfully, but these errors were encountered: