Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait A {}
impl A .. {}
//~^ ERROR missing `for` in a trait impl
//~| ERROR `impl Trait for .. {}` is an obsolete syntax
impl A usize {}
fn main() {}