41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
225 B
Plaintext
9 lines
225 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 1 previous error
|
|
|