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