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

Compilation error with rust nightly #2225

Closed
alex opened this issue Nov 15, 2017 · 2 comments
Closed

Compilation error with rust nightly #2225

alex opened this issue Nov 15, 2017 · 2 comments

Comments

@alex
Copy link
Member

alex commented Nov 15, 2017

$ rustc --version
rustc 1.23.0-nightly (ff0f5de3b 2017-11-14)
$ rustup --version
rustup 1.7.0 (813f7b7a8 2017-10-30)
$ cargo --version
cargo 0.24.0-nightly (abd137ad1 2017-11-12)
   Compiling clippy_lints v0.0.170
error[E0432]: unresolved import `rustc::mir::transform`
  --> /home/travis/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/clippy_lints-0.0.170/src/utils/mod.rs:12:17
   |
12 | use rustc::mir::transform::MirSource;
   |                 ^^^^^^^^^ Could not find `transform` in `mir`
error: aborting due to previous error
error: Could not compile `clippy_lints`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `clippy v0.0.170`, intermediate artifacts can be found at `/tmp/cargo-install.hYYbdpOZQwxX`
@alex
Copy link
Member Author

alex commented Nov 15, 2017

Appears to have been caused by: rust-lang/rust#45916

@oli-obk
Copy link
Contributor

oli-obk commented Nov 15, 2017

fixed in 0.0.171

@oli-obk oli-obk closed this as completed Nov 15, 2017
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