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