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