blob: f0050394ba0e7989c3fd916657930a093ad2dcc8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `:`, found `,`
--> $DIR/recovered-struct-variant.rs:2:10
|
LL | A { a, b: usize }
| - ^ expected `:`
| |
| while parsing this struct
error: aborting due to 1 previous error
|