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
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|