We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rustc_front
$ rustc --version rustc 1.9.0-nightly (bf5da36f1 2016-04-06)
Compiling clippy v0.0.61 on the latest nightly fails with:
clippy v0.0.61
Compiling clippy v0.0.61 ... /clippy-0.0.61/src/lib.rs:23:1: 23:26 error: can't find crate for `rustc_front` [E0463] ... /clippy-0.0.61/src/lib.rs:23 extern crate rustc_front;
The text was updated successfully, but these errors were encountered:
Should be fixed in 0.0.62.
Sorry, something went wrong.
No branches or pull requests
Compiling
clippy v0.0.61
on the latest nightly fails with:The text was updated successfully, but these errors were encountered: