mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 18:57:04 +00:00
9 lines
218 B
Plaintext
9 lines
218 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 previous error
|
|
|