error: expected identifier, found keyword `Self` --> $DIR/issue-36638.rs:13:12 | LL | struct Foo(Self); | ^^^^ expected identifier, found keyword error: expected identifier, found keyword `Self` --> $DIR/issue-36638.rs:16:11 | LL | trait Bar {} | ^^^^ expected identifier, found keyword error: aborting due to 2 previous errors