Skip to content

clippy_lints-0.0.187 error breaks +nightly clippy install #2532

@sc0ttwad3

Description

@sc0ttwad3

I'm using freshest nightly and running cargo +nightly install clippy fails during compilation of clippy_lints v0.0.187

Details, where ... equals lines removed:

Updating registry `https://github.com/rust-lang/crates.io-index`
Installing clippy v0.0.187
Downloading serde_derive v1.0.33
Downloading serde v1.0.33
Downloading serde_derive_internals v0.21.0
Compiling unicode-xid v0.1.0
...
Compiling clippy_lints v0.0.187
Compiling cargo_metadata v0.2.3
error[E0463]: can't find crate for `rustc_const_eval`
--> C:\Users\scott\.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`.
error: Could not compile `clippy_lints`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `clippy v0.0.187`, intermediate artifacts can be found at `C:\Users\scott\AppData\Local\Temp\cargo-install.gk9dKIm4OgBs`

Caused by:
  build failed

I've even attempted cargo install clippy --git https://github.com/rust-lang-nursery/rust-clippy --force which errors during compile of clippy_lints v0.0.187 (https://github.com/rust-lang-nursery/rust-clippy#c2157025) as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions