mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
828b9c2cdf
Convert to inline diagnostics in `rustc_parse` This was the most annoying one by far, had to make a few changes to the representation of two errors (no user-facing changes tho), these changes are in separate commits for clarity :) For https://github.com/rust-lang/rust/issues/151366 r? @jdonszelmann