rust/compiler
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
..
2024-12-20 13:09:20 +01:00
2024-12-18 23:23:44 +08:00
2024-12-17 18:54:39 +00:00
2024-12-20 08:35:02 +00:00
2024-12-18 20:21:03 +11:00