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

error: aborting due to previous error