summary refs log tree commit diff
path: root/src/test/ui/parser/issue-24197.stderr
blob: 567c4f1f21b0ff07d0f1b9560d0d7d6be4c3229c (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `;`, `=`, or `@`, found `[`
  --> $DIR/issue-24197.rs:14:12
   |
LL |     let buf[0] = 0; //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `[`
   |            ^ expected one of `:`, `;`, `=`, or `@` here

error: aborting due to previous error