You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy won't compile on the latest rust nightly (rustc 1.17.0-nightly (824c9eb 2017-03-12), with this error:
error[E0026]: struct `rustc_plugin::Registry` does not have a field named `mir_passes`
--> /home/nicholas/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/clippy-0.0.118/src/main.rs:92:60
|
92 | mir_passes,
| ^^^^^^^^^^ struct `rustc_plugin::Registry` does not have field `mir_passes`
error: aborting due to previous error
error: failed to compile `clippy v0.0.118`, intermediate artifacts can be found at `/tmp/cargo-install.smZuH7anGt1C`
Caused by:
Could not compile `clippy`.
To learn more, run the command again with --verbose.
Thanks for your help 😄
The text was updated successfully, but these errors were encountered:
Techcable
added a commit
to Techcable/rust-clippy
that referenced
this issue
Mar 13, 2017
The ability for plugins to add MIR passes was removed as of 4ca9c97.
Luckily, we don't use this feature at all and can safely ignore it.
Fixesrust-lang#1618
Clippy won't compile on the latest rust nightly (rustc 1.17.0-nightly (824c9eb 2017-03-12), with this error:
Thanks for your help 😄
The text was updated successfully, but these errors were encountered: