rust/compiler/rustc_codegen_ssa
Matthias Krüger 4a792fdce1
Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors
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 21:32:30 +01:00
..
src Rollup merge of #134561 - bjorn3:less_fatal_error_raise, r=compiler-errors 2024-12-20 21:32:30 +01:00
Cargo.toml Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu 2024-12-18 09:23:22 +00:00
messages.ftl fix: rust-lang/rust#47446 2024-11-15 15:25:19 +01:00
README.md

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