2019-03-17 20:09:53 -07:00
|
|
|
error: expected `:`, found `,`
|
|
|
|
--> $DIR/recovered-struct-variant.rs:2:10
|
|
|
|
|
|
|
|
|
LL | A { a, b: usize }
|
2022-09-26 23:13:38 +09:00
|
|
|
| - ^ expected `:`
|
|
|
|
| |
|
|
|
|
| while parsing this struct
|
2019-03-17 20:09:53 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-03-17 20:09:53 -07:00
|
|
|
|