mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
0629445300
`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.