Rust-clippy: build failure with latest nightly

Created on 15 Mar 2018  路  3Comments  路  Source: rust-lang/rust-clippy

rustc 1.26.0-nightly (521d91c6b 2018-03-14)

Compiling clippy_lints v0.0.187 error[E0463]: can't find crate for `rustc_const_eval` --> /home/matthias/.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.187/src/lib.rs:40:1 | 40 | extern crate rustc_const_eval; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate error: aborting due to previous error For more information about this error, try `rustc --explain E0463`.

Most helpful comment

Yea just open against master directly. Thanks for the fast reaction

All 3 comments

I mostly fixed this in https://github.com/rust-lang-nursery/rust-clippy/pull/2478 but won't be able to fix it before tomorrow. It should just be trivial things from here on, so it would be great if someone could take over

@oli-obk Changes were indeed trivial, I've opened PR for miri branch https://github.com/rust-lang-nursery/rust-clippy/pull/2530

Want me to open PR to master directly?

Yea just open against master directly. Thanks for the fast reaction

Was this page helpful?
0 / 5 - 0 ratings