rust/compiler/rustc_codegen_ssa
bjorn3 701e2f708b Reduce the amount of explicit FatalError.raise()
Instead use dcx.abort_if_error() or guar.raise_fatal() instead. These
guarantee that an error actually happened previously and thus we don't
silently abort.
2024-12-20 14:09:25 +00:00
..
2024-11-15 15:25:19 +01:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.