Skip to content

Cannot install clippy #945

New issue

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

Closed
antoyo opened this issue May 19, 2016 · 2 comments
Closed

Cannot install clippy #945

antoyo opened this issue May 19, 2016 · 2 comments

Comments

@antoyo
Copy link

antoyo commented May 19, 2016

Hello.
I recently switched to using rustup so I decided I would try the clippy sub-command but I am unable to install 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.

@mcarton
Copy link
Member

mcarton commented May 20, 2016

Clippy does not build on today’s nightly. It breaks once in a while as rustc’s API are not stable yet.

@mcarton
Copy link
Member

mcarton commented May 23, 2016

Published new 0.0.69 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants