mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
7dd56b10ad
Revise the extra `r: 'static` constraints added upon universe issues to add an explanation, and use that explanation during constraint blame search. This greatly simplifies the region inference logic, which now does not need to reverse-engineer the event that caused a region to outlive 'static.