blob: 5552ea46d9b9d432ca5ca39df9606ce05b4237de [file] [log] [blame]
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