Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait Foo {
fn foo();
}
struct Bar;
impl Foo for Bar {}
//~^ ERROR E0046
fn main() {