mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
CTFE engine: expose misc_cast to Miri We need that to implement `simd_cast`/`simd_as` in Miri. While at it, also change other code outside `cast.rs` to use `misc_cast` instead of lower-level methods. r? `@oli-obk`