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