1error: expected one of `:`, `;`, `=`, `@`, or `|`, found `[`
2  --> $DIR/issue-24197.rs:2:12
3   |
4LL |     let buf[0] = 0;
5   |            ^ expected one of `:`, `;`, `=`, `@`, or `|`
6
7error: aborting due to previous error
8
9