mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:57:18 +00:00
Previously, the compiler didn't suggest similarly named associated items unlike we do in many situations. This patch adds such diagnostics for associated functions, types and constants.