summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/empty_generics.stderr
blob: 1ac35b318fd88f4a3bbbe77a88f4bdc22541a8a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
  --> $DIR/empty_generics.rs:2:14
   |
LL | trait Foo {
   |           - while parsing this item list starting here
LL |     type Bar<,>;
   |              ^ expected one of `#`, `>`, `const`, identifier, or lifetime
LL |
LL | }
   | - the item list ends here

error: aborting due to 1 previous error