mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:07:03 +00:00
Prune dead regionck code We never encounter `ObligationCauseCode`s that correspond to region obligations that originate from "within" a body, since we don't do HIR regionck anymore on bodies. So prune some dead code.