rust/compiler/rustc_query_system/src
Nicholas Nethercote 05849e8c2f Use fewer delayed bugs.
For some cases where it's clear that an error has already occurred,
e.g.:
- there's a comment stating exactly that, or
- things like HIR lowering, where we are lowering an error kind

The commit also tweaks some comments around delayed bug sites.
2024-02-14 20:30:37 +11:00
..
dep_graph Remove dead args from functions 2024-02-02 22:47:26 +00:00
ich Simplify BodyId hashing. 2024-01-16 23:52:30 +00:00
query Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
cache.rs Remove a fishy Clone impl 2023-04-04 09:01:44 +00:00
error.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00