summary refs log tree commit diff
path: root/src/test/ui/issue-36638.stderr
blob: d111fb469bfe1d5fd555ba2f250bbf7c54fead2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected identifier, found keyword `Self`
  --> $DIR/issue-36638.rs:13:12
   |
LL | struct Foo<Self>(Self);
   |            ^^^^ expected identifier, found keyword

error: expected identifier, found keyword `Self`
  --> $DIR/issue-36638.rs:16:11
   |
LL | trait Bar<Self> {}
   |           ^^^^ expected identifier, found keyword

error: aborting due to 2 previous errors