mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

It was inconsistently done (sometimes even within a single function) and most of the rest of the compiler uses fatal errors instead, which need to be caught using catch_with_exit_code anyway. Using fatal errors instead of ErrorGuaranteed everywhere in the driver simplifies things a bit.