summaryrefslogtreecommitdiffstats
path: root/tests/ui/type/missing-let-in-binding-4.stderr
blob: e6f173a6658701b9f9c67388bf4664f94c2f5939 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected identifier, found `:`
  --> $DIR/missing-let-in-binding-4.rs:2:5
   |
LL | struct A {
   |        - while parsing this struct
LL |     : u8 =,
   |     ^ expected identifier

error: aborting due to previous error