blob: fd7015ccd390701343af0ea1aa9623258051e293 (
plain)
1
2
3
4
5
6
7
8
|
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
|