]> git.lizzy.rs Git - rust.git/commit
Ensure diagnostics are printed in the correct order
authorMarkus Westerlind <markus.westerlind@distilnetworks.com>
Mon, 17 Feb 2020 15:46:51 +0000 (16:46 +0100)
committerMarkus Westerlind <markus.westerlind@distilnetworks.com>
Mon, 17 Feb 2020 15:46:53 +0000 (16:46 +0100)
commitee064befa06ad54193786c9169672f9349d0bfaf
tree047db13ab08d762806bd433b35bda40612e1b598
parent7ac4154643a952fed1d942adcb78e27b17ad41dd
Ensure diagnostics are printed in the correct order

Even when buffered. Ideally we would flush only when the emitter is
done, but that requires larger changes. This gives most of the benefit
of buffering in any case.
src/librustc_errors/json.rs