2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `:`, `;`, `=`, or `@`, found `[`
|
2018-10-20 16:38:23 -05:00
|
|
|
--> $DIR/issue-24197.rs:14:12
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `[`
|
|
|
|
| ^ expected one of `:`, `;`, `=`, or `@` here
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|