rust/compiler/rustc_const_eval/src/const_eval
Nicholas Nethercote 010f3944e0 Convert delayed_bugs to bugs.
I have a suspicion that quite a few delayed bug paths are impossible to
reach, so I did an experiment.

I converted every `delayed_bug` to a `bug`, ran the full test suite,
then converted back every `bug` that was hit. A surprising number were
never hit.

The next commit will convert some more back, based on human judgment.
2024-02-21 10:20:05 +11:00
..
error.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
eval_queries.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
fn_queries.rs Make is_intrinsic query return the intrinsic name 2024-02-12 09:33:52 +00:00
machine.rs Convert delayed_bugs to bugs. 2024-02-21 10:20:05 +11:00
mod.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00
valtrees.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00