mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +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.