mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 00:25:52 +00:00
Make sure to scrape region constraints from deeply normalizing type outlives assumptions in borrowck Otherwise we're just randomly registering these region relations into the infcx which isn't good r? lcnr