mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
aa8bc2563e
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