mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

CFI: Fix encode_ty: unexpected Param(B/#1) Fixes #111510 and complements #106547 by adding support for encoding type parameters and also by transforming trait objects' traits into their identities before emitting type checks.