mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 05:50:56 +00:00
Remove the unused `field_remapping` field from `TypeLowering` The `field_remapping` field of `TypeLowering` has been unused since #121665. This PR removes it, then replaces the `TypeLowering` struct with its only remaining member `&'ll Type`.