summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/empty_generics.stderr
blob: ac22bfc0835b946e769f5ef7ab86e4719440373f (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:4: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 previous error