mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-04 06:56:14 +00:00
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.
For more information about how rustc works, see the rustc dev guide.