rust/compiler/rustc_query_system/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
..
dep_graph don't reexport atomic::ordering via rustc_data_structures, use std import 2024-01-06 15:01:10 +03:00
ich Unify SourceFile::name_hash and StableSourceFileId 2023-12-19 22:34:26 +01:00
query Add DiagCtxt::delayed_bug. 2024-01-10 07:33:07 +11:00
cache.rs Remove a fishy Clone impl 2023-04-04 09:01:44 +00:00
error.rs Stash and cancel cycle errors for auto trait leakage in opaques 2023-10-26 17:58:02 +00:00
lib.rs Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors 2023-12-05 14:52:41 -05:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00