mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 02:07:48 +00:00
Thanks to the combination of #108246 and #108442 it could already remove identity transmutes. With this PR, it can also simplify them to `IntToInt` casts, `Discriminant` reads, or `Field` projections.