mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
error: expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
|
|
--> $DIR/issue-24197.rs:2:12
|
|
|
|
|
LL | let buf[0] = 0;
|
|
| ^ expected one of `:`, `;`, `=`, `@`, or `|`
|
|
|
|
error: aborting due to previous error
|
|
|