blob: 4b1ef4f3dfc7849b36829f97d06d548616468698 [file] [log] [blame]
error: expected one of `:`, `;`, `=`, `@`, or `|`, found `<`
--> $DIR/issue-22647.rs:2:15
|
LL | let caller<F> = |f: F|
| ^ expected one of `:`, `;`, `=`, `@`, or `|` here
error: aborting due to previous error