fn main() { let x = 0u8; x as Vec; //~ ERROR E0605 let v = 0 as *const u8; v as &u8; //~ ERROR E0605 }