]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issue-66357-unexpected-unreachable.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / issue-66357-unexpected-unreachable.stderr
CommitLineData
e74abb32
XL
1error: expected one of `,` or `:`, found `(`
2 --> $DIR/issue-66357-unexpected-unreachable.rs:12:13
3 |
4LL | fn f() { |[](* }
60c5eb7d 5 | ^ expected one of `,` or `:`
e74abb32
XL
6
7error: expected one of `)`, `-`, `_`, `box`, `mut`, `ref`, `|`, identifier, or path, found `*`
8 --> $DIR/issue-66357-unexpected-unreachable.rs:12:14
9 |
10LL | fn f() { |[](* }
11 | -^ help: `)` may belong here
12 | |
13 | unclosed delimiter
14
15error: aborting due to 2 previous errors
16