fn main() { let x = 0u8; x as Vec; //~ ERROR E0605 let v = std::ptr::null::(); v as &u8; //~ ERROR E0605 }