summary refs log tree commit diff
path: root/src/test/ui/parser/issue-22647.stderr
blob: 2dc56a5eca3a6c596b07e7fa905fd8c161045fd0 (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|
   |               ^ expected one of `:`, `;`, `=`, or `@` here

error: aborting due to previous error