]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/empty_generics.stderr
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / ui / generic-associated-types / empty_generics.stderr
1 error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
2   --> $DIR/empty_generics.rs:4:14
3    |
4 LL | trait Foo {
5    |           - while parsing this item list starting here
6 LL |     type Bar<,>;
7    |              ^ expected one of `#`, `>`, `const`, identifier, or lifetime
8 LL |
9 LL | }
10    | - the item list ends here
11
12 error: aborting due to previous error
13