Skip to content

Commit bfffc89

Browse files
committed
Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr
always resolve to universal regions if possible `RegionConstraintCollector::opportunistic_resolve_var`, which is used in canonicalization and projection logic, doesn't resolve the region var to an equal universal region. So if we have equated `'static == '1 == '2`, it doesn't resolve `'1` or `'2` to `'static`. Now it does! Addresses review comment rust-lang/rust#107376 (comment). r? `@lcnr`
2 parents 5b263f9 + 3e45f59 commit bfffc89

0 file changed

File tree

    0 commit comments

    Comments
     (0)