-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Can't compile with Clippy, missing rustc_front
#315
Comments
You'll need a newer nightly – thus rustc_front crate was added fairly recently. Unfortunately, we're beholden to the latest nightly, let our development drifts too far away from rustc, whose unstable plugin API is our lifeline after all. |
Okay, I wasn't sure if this was a compatibility issue or not. I guess I should've grabbed a newer Rust before reporting, sorry. |
No problem. We're here to help. 😄 |
Seems to have popped up again?
|
@kbknapp yes, and it will pop every time rustc API changes. See https://github.com/Manishearth/rust-clippy/issues/841 and https://github.com/Manishearth/rust-clippy/pull/842 |
I added Clippy to my dependencies and added the
plugin
attribute to my crate.$ cargo build
now yields the following error:I'm using the v1.4.0 nightly Rust on Mac OS X 10.10.5:
The text was updated successfully, but these errors were encountered: