mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
63e4979399
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.