blob: 5cdb94cb8176a339f904ad7fe1c7f06a58462ee1 [file]
error: expected one of `)`, `,`, `@`, `if`, or `|`, found `[`
--> $DIR/pat-lt-bracket-7.rs:5:16
|
LL | for Thing(x[]) in foo {}
| ^
| |
| expected one of `)`, `,`, `@`, `if`, or `|`
| help: missing `,`
error[E0308]: mismatched types
--> $DIR/pat-lt-bracket-7.rs:9:30
|
LL | const RECOVERY_WITNESS: () = 0;
| -- ^ expected `()`, found integer
| |
| expected because of the type of the constant
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0308`.