rust/compiler/rustc_const_eval/src
Nicholas Nethercote 29c601aa0b Stop using DiagnosticBuilder::buffer in Checker.
This requires cancelling the "secondary" errors when they're not
emitted, to prevent panics due to unconsumed `DiagnosticBuilder`s.
2024-01-11 16:55:10 +11:00
..
const_eval Add DiagCtxt::delayed_bug. 2024-01-10 07:33:07 +11:00
interpret Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
transform Stop using DiagnosticBuilder::buffer in Checker. 2024-01-11 16:55:10 +11:00
util Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
errors.rs Rename some Diagnostic setters. 2024-01-03 19:40:20 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00