blob: 09a398fb2b0b8cfcfb4ddef7465ecf37e19286df (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `)`, `,`, or `@`, found `[`
--> $DIR/pat-lt-bracket-7.rs:14:16
|
LL | for thing(x[]) in foo {} //~ ERROR: expected one of `)`, `,`, or `@`, found `[`
| ^ expected one of `)`, `,`, or `@` here
error: aborting due to previous error
|