mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-26 17:42:22 -04:00
625d5f9fc9
Make some parser structured suggestions verbose and tweak their wording Replace most of the `.span_suggestion(` in `rustc_parse` with `.span_suggestion_verbose(`, as they are more readabale, if more verbose. Verbose suggestions also tend to highlight off-by-one `Span` errors better. Tweak some of the touched diagnostics to bring them more in-line with our house style. CC https://github.com/rust-lang/rust/issues/141973