mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
010f3944e0
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.