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
This is work on rust-lang#7460.
It does not properly handle certain cross crate situations,
because we don't properly export vtable resolution information.
This is "half" fixed. It does not work in certain cross crate cases because the information about vtable resolutions for impls isn't stored properly in cross crate cases.
Add instructions to run from source
changelog: none
We often get messages on Zulip asking how to install and run Clippy from source. This adds instructions to the readme. I also added a note explaining that `cargo install --path . --force` is bad, which I just decided after some investigating. I use macOS. It would be nice to get some tests on other platforms to see if this is correct.
If a trait has parameters with trait bounds, and default methods use them, the compiler ICEs.
This depends on #7266 being fixed and is part of #2794.
The text was updated successfully, but these errors were encountered: