blob: 5552ea46d9b9d432ca5ca39df9606ce05b4237de (
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 {}
| ^ expected one of `)`, `,`, or `@` here
error: aborting due to previous error
|