mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
da601be9f2
This reverts commit 6030e3982a.
This reorders error messages in ways that aren't intended. A more satisfying solution will require an interface that allows diagnostics to be grouped together, so that messages that logically belong together aren't reordered.
#4569