rust/src/test/ui/parser/issue-24197.stderr

9 lines
278 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected one of `:`, `;`, `=`, or `@`, found `[`
--> $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