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