Skip to content
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

Error: can't find crate for rustc_front (latest nightly, 2016-04-06) #841

Closed
aldanor opened this issue Apr 7, 2016 · 1 comment
Closed

Comments

@aldanor
Copy link

aldanor commented Apr 7, 2016

$ rustc --version
rustc 1.9.0-nightly (bf5da36f1 2016-04-06)

Compiling clippy v0.0.61 on the latest nightly fails with:

   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;
@mcarton
Copy link
Member

mcarton commented Apr 8, 2016

Should be fixed in 0.0.62.

@mcarton mcarton closed this as completed Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants