-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
clippy_lints-0.0.187 error breaks +nightly clippy install #2532
Comments
Having the exact same issue here |
Caused by miri being merged. |
Any ETA for fix? |
Actually, current master works for me: |
Compiling the current master results in:
|
This actually happens with latest nightly: I have the same error after |
Installing older nightly solved the issue:
Naturally you build with |
published 0.0.188 |
I can confirm the fix is working. Awesome job! |
+1 confirm fixed. Thx! |
I'm using freshest nightly and running
cargo +nightly install clippy
fails during compilation ofclippy_lints v0.0.187
Details, where
...
equals lines removed:I've even attempted
cargo install clippy --git https://github.com/rust-lang-nursery/rust-clippy --force
which errors during compile ofclippy_lints v0.0.187 (https://github.com/rust-lang-nursery/rust-clippy#c2157025)
as well.The text was updated successfully, but these errors were encountered: