Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(rustc_private)]
extern crate alloc;
extern crate libc as alloc;
//~^ ERROR E0259
fn main() {}