Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(lang_items)]
fn main() {}
#![lang = "foo"] //~ ERROR an inner attribute is not permitted in this context
fn foo() {}