mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
29f5ec3640
Migrate trivially translatable `rustc_parse` diagnostics cc #100717 Migrate diagnostics in `rustc_parse` which are emitted in a single statement. I worked on this by expanding the lint introduced in #108760, although that isn't included here as there is much more work to be done to satisfy it