#![feature(intrinsics)] #[rustc_intrinsic] fn size_of() -> usize; //~^ ERROR E0094 fn main() {}