Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait Foo {}
struct Bar;
impl Foo + Owned for Bar {} //~ ERROR expected a trait, found type
fn main() { }