// check-pass #![feature(transmutability)] mod assert { use std::mem::{Assume, BikeshedIntrinsicFrom}; pub struct Context; pub fn is_maybe_transmutable() where Dst: BikeshedIntrinsicFrom {} } fn main() { assert::is_maybe_transmutable::<&'static [u16; 0], &'static [u8; 0]>(); }