mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
1f7f8ea072
Do not shallow resolve to root var while fudging Fixes https://github.com/rust-lang/rust/issues/153816 and fixes https://github.com/rust-lang/rust/issues/153849 In https://github.com/rust-lang/rust/pull/151380, I thought that whether shallow resolve to root var or not wouldn't affect the actual type inferencing, but it isn't true for the fudge, in which we discard all newly created relationships between unresolved inference variables 😅 r? lcnr