mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
CFI: Fix encode_region: unexpected ReEarlyBound(0, 'a) Fixes #111515 and complements #106547 by adding support for encoding early bound regions and also excluding projections when transforming trait objects' traits into their identities before emitting type checks.