mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
220 B
Plaintext
9 lines
220 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
|
|
|