mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:49:25 +00:00
When suggesting references, substitutions were being forgotten and some types were misused. This led to at least one ICE and other incorrectly emitted diagnostics. This has been fixed; in some cases this leads to diagnostics changing, and tests have been adjusted.