1 2 3 4 5 6 7
#![feature(intrinsics)] #[rustc_intrinsic] fn size_of<T, U>() -> usize; //~^ ERROR E0094 fn main() {}