blob: af382a20ac65504e602787d47c6748cc7819de31 [file] [log] [blame]
error: expected one of `:`, `;`, `=`, or `@`, found `[`
--> $DIR/issue-24197.rs:12:12
|
LL | let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `[`
| ^ expected one of `:`, `;`, `=`, or `@` here
error: aborting due to previous error