Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[lang = "foo"] //~ ERROR lang items are subject to change
//~^ ERROR definition of an unknown lang item: `foo`
trait Foo {}
fn main() {}