blob: 17a397cc2690037b57d529d792c1280eb54c560f [file] [edit]
error: expected one of `async`, `|`, or `||`, found `[`
--> $DIR/parse-ambiguity-errors.rs:12:17
|
LL | let _ = move[x] || y;
| ^ expected one of `async`, `|`, or `||`
error: `move(expr)` is only supported in closures, `async`, `gen`, and `async gen` blocks
--> $DIR/parse-ambiguity-errors.rs:7:13
|
LL | let _ = move(x) || y;
| ^^^^
error: aborting due to 2 previous errors