rust/src/test/ui/parser/issue-22647.stderr

9 lines
288 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `:`, `;`, `=`, or `@`, found `<`
--> $DIR/issue-22647.rs:2:15
2018-10-20 15:36:17 -05:00
|
LL | let caller<F> = |f: F| //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `<`
| ^ expected one of `:`, `;`, `=`, or `@` here
error: aborting due to previous error