blob: 2e64853697a1bd450b9b6ab6ab3a2a55cdeed84c [file] [log] [blame]
struct Foo<Self>(Self);
//~^ ERROR expected identifier, found keyword `Self`
//~^^ ERROR E0392
trait Bar<Self> {}
//~^ ERROR expected identifier, found keyword `Self`
fn main() {}