Skip to content

Compilation error with rust nightly #2225

Closed
@alex

Description

@alex
$ 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/github.com-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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions