rust/compiler/rustc_infer/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
..
errors Add SubdiagnosticMessageOp as a trait alias. 2024-02-08 13:02:44 +11:00
infer Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
traits Dejargnonize subst 2024-02-12 15:46:35 +09:00
lib.rs Remove unnecessary min_specialization after bootstrap 2024-02-10 18:15:11 +11:00