1
Fork 0
rust/compiler/rustc_const_eval/src
Nicholas Nethercote 2ea7a37e11 Add DiagCtxt::delayed_bug.
We have `span_delayed_bug` and often pass it a `DUMMY_SP`. This commit
adds `delayed_bug`, which matches pairs like `err`/`span_err` and
`warn`/`span_warn`.
2024-01-10 07:33:07 +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 Rollup merge of #119668 - cjgillot:transform-promote, r=oli-obk 2024-01-09 13:23:17 +01: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