1 2 3 4 5 6 7 8
#![feature(intrinsics)] #![feature(rustc_attrs)] #[rustc_intrinsic] fn size_of<T>(); //~^ ERROR E0308 fn main() {}