pub fn CastUnsize<T, U>(operand: T) -> U🔬This is a nightly-only experimental API. (
custom_mir)Available on non-crate feature
ferrocene_certified only.Expand description
Emits a CastKind::PointerCoercion(Unsize) cast.
This allows bypassing normal validation to generate strange casts.