Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(intrinsics)]
#[rustc_intrinsic]
unsafe fn foo();
//~^ ERROR E0093
fn main() {}