Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(intrinsics)]
#[rustc_intrinsic]
fn size_of<T, U>() -> usize;
//~^ ERROR E0094
fn main() {}