mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
280345333a
Fix ICE for inherent associated type mismatches Avoid projection-only suggestions for inherent associated types. Closes rust-lang/rust#154333 Closes rust-lang/rust#155204