summary refs log tree commit diff
path: root/src/test/ui/parser/bounds-lifetime.stderr
blob: facbd2800709df43e4febbe26cfc9b89d7f8b076 (plain)
1
2
3
4
5
6
7
8
error: expected one of `>`, `const`, identifier, or lifetime, found `,`
  --> $DIR/bounds-lifetime.rs:9:14
   |
LL | type A = for<,> fn();
   |              ^ expected one of `>`, `const`, identifier, or lifetime here

error: aborting due to previous error