Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![no_std]
#[macro_use(foo="bar")] //~ ERROR bad macro import
extern crate std;
fn main() {}