mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
401dd840ff
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.