mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
7275f7e2e3
Tweak wording of E0275 WF errors Modify the main error message to read better: ``` error[E0275]: overflow evaluating whether `&'a mut Bar` is well-formed ```