]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1598-generic-associated-types/empty_generics.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / rfc1598-generic-associated-types / empty_generics.stderr
1 error: expected one of `>`, identifier, or lifetime, found `,`
2   --> $DIR/empty_generics.rs:15:14
3    |
4 LL |     type Bar<,>;
5    |              ^ expected one of `>`, identifier, or lifetime here
6
7 warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
8   --> $DIR/empty_generics.rs:11:12
9    |
10 LL | #![feature(generic_associated_types)]
11    |            ^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14