summary refs log tree commit diff
path: root/src/test/ui/parser/bounds-lifetime.stderr
blob: 191ea3ebd070acfd0243e104cd61b215b7eda3b2 (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(); //~ ERROR expected one of `>`, `const`, identifier, or lifetime, found `,`
   |              ^ expected one of `>`, `const`, identifier, or lifetime here

error: aborting due to previous error