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
error: no method named `populate_implementations_for_trait_if_necessary` found for type `rustc::ty::TyCtxt<'a, 'tcx, 'tcx>` in the current scope
--> /home/o01eg/.cargo/registry/src/github.com-1ecc6299db9ec823/clippy_lints-0.0.133/src/utils/mod.rs:328:12
|
328 | cx.tcx.populate_implementations_for_trait_if_necessary(trait_id);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
error: Could not compile `clippy_lints`.
I got error when trying to install clippy:
It looks like it was broken in rust-lang/rust#25323
Rust version:
The text was updated successfully, but these errors were encountered: