mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-06 16:12:25 +00:00
Tweak "the following other types implement trait" When *any* of the suggested impls is an exact match, *only* show the exact matches. This is particularly relevant for integer types. r? `@compiler-errors`