summary refs log tree commit diff
path: root/src/test/ui/parser/issue-22647.stderr
blob: fbf078e425b9298875b801ead522fc95a0e10efb (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `;`, `=`, or `@`, found `<`
  --> $DIR/issue-22647.rs:14:15
   |
LL |     let caller<F> = |f: F|  //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `<`
   |               ^ expected one of `:`, `;`, `=`, or `@` here

error: aborting due to previous error