rust/compiler/rustc_const_eval/src
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
..
const_eval Convert delayed_bugs to bugs. 2024-02-21 10:20:05 +11:00
interpret Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk 2024-02-16 17:08:13 +01:00
transform Convert delayed_bugs to bugs. 2024-02-21 10:20:05 +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 allow mutable references in const values when they point to no memory 2024-02-16 10:09:12 +01:00
lib.rs Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay 2024-02-16 07:46:31 +00:00