fn f() {} fn main() { let x: u8 = unsafe { *std::mem::transmute::(f) //~ ERROR tried to dereference a function pointer }; panic!("this should never print: {}", x); }