mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
f9f674f2bc
Refactor + improve diagnostics for `&mut T`/`T` mismatch inside Option/Result Follow up to #114052. This also makes the diagnostics structured + translatable. r? `@WaffleLapkin`