Files
rust/compiler/rustc_errors/src
Nicholas Nethercote 97c157fe1e Tighten up ErrorGuaranteed handling.
- In `emit_producing_error_guaranteed`, only allow `Level::Error`.
- In `emit_diagnostic`, only produce `ErrorGuaranteed` for `Level` and
  `DelayedBug`. (Not `Bug` or `Fatal`. They don't need it, because the
  relevant `emit` methods abort.)
- Add/update various comments.
2024-02-07 18:57:47 +11:00
..
2024-01-11 15:04:48 +03:00
2024-01-29 07:41:41 +11:00
2024-02-05 10:03:01 +11:00
2024-02-07 18:57:47 +11:00
2024-01-29 07:41:41 +11:00
2024-02-01 19:23:01 +11:00
2023-10-13 08:59:36 +00:00