mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
error: expected one of `,`, `=>`, `@`, `if`, `|`, or `}`, found `[`
|
|
--> $DIR/issue-24375.rs:6:12
|
|
|
|
|
LL | tmp[0] => {}
|
|
| ^ expected one of `,`, `=>`, `@`, `if`, `|`, or `}`
|
|
|
|
error: aborting due to 1 previous error
|
|
|