2019-03-18 03:09:53 +00:00
|
|
|
error: expected `:`, found `,`
|
|
|
|
--> $DIR/recovered-struct-variant.rs:2:10
|
|
|
|
|
|
|
|
|
LL | A { a, b: usize }
|
2022-09-26 14:13:38 +00:00
|
|
|
| - ^ expected `:`
|
|
|
|
| |
|
|
|
|
| while parsing this struct
|
2019-03-18 03:09:53 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|