Closed
Description
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
Labels
No labels