about summary refs log tree commit diff
path: root/tests/ui/typeck/struct-index-err-ice-issue-126744.stderr
blob: 84a3af9ab005727d3ba31a5093f1e557e480716f (plain)
1
2
3
4
5
6
7
8
9
10
error: expected identifier, found `,`
  --> $DIR/struct-index-err-ice-issue-126744.rs:1:11
   |
LL | struct X {,}
   |        -  ^ expected identifier
   |        |
   |        while parsing this struct

error: aborting due to 1 previous error