mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 02:24:21 +00:00
Fix ICE `ProjectionKinds Deref and Field were mismatched` Fix #118144 Removed the check that ICEd if the sequence of projection kinds were different across captures. Instead we now sort based only on `Field` projection kinds.