mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
64cce5fc7d
Updates `interpret`, `codegen_ssa`, and `codegen_cranelift` to consume the new cast instead of the intrinsic. Includes `CastTransmute` for custom MIR building, to be able to test the extra UB.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.