]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/empty_generics.stderr
Update const_forget.rs
[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:5: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