struct Foo(Self); //~^ ERROR expected identifier, found keyword `Self` //~^^ ERROR E0392 trait Bar {} //~^ ERROR expected identifier, found keyword `Self` fn main() {}