Skip to content

Can't compile with Clippy, missing rustc_front #315

Closed
@hawkw

Description

@hawkw

I added Clippy to my dependencies and added the plugin attribute to my crate. $ cargo build now yields the following error:

Compiling clippy v0.0.13
/Users/hawk/.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.13/src/lib.rs:11:1: 11:26 error: can't find crate for `rustc_front`
/Users/hawk/.cargo/registry/src/github.com-0a35038f75765ae4/clippy-0.0.13/src/lib.rs:11 extern crate rustc_front;
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `clippy`.

I'm using the v1.4.0 nightly Rust on Mac OS X 10.10.5:

$  rustc --version
rustc 1.4.0-nightly (fe9cef7da 2015-08-30)
$ cargo --version
cargo 0.5.0-nightly (1d0823b 2015-08-29)

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

    Issue actions