rust/compiler/rustc_const_eval/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
..
const_eval Bump indexmap 2024-02-13 21:03:34 +00:00
interpret Bump indexmap 2024-02-13 21:03:34 +00:00
transform Use fewer delayed bugs. 2024-02-14 20:30:37 +11:00
util unstably allow constants to refer to statics and read from immutable statics 2024-02-10 16:12:55 +01:00
errors.rs Remove dcx arg from ReportErrorExt::add_args. 2024-02-12 18:39:18 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00