mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-08 05:02:00 +00:00
`codegen_fulfill_obligation` expect erased regions it's a query, so by erasing regions before calling it, we get better caching. This doesn't actually change anything as its already the status quo.