Skip to content

Cannot install clippy #945

@antoyo

Description

@antoyo

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.

Activity

mcarton

mcarton commented on May 20, 2016

@mcarton
Member

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

mcarton

mcarton commented on May 23, 2016

@mcarton
Member

Published new 0.0.69 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @antoyo@mcarton

        Issue actions

          Cannot install clippy · Issue #945 · rust-lang/rust-clippy