2018-10-20 15:36:17 -05:00
|
|
|
error: expected type, found `{`
|
2019-05-31 15:50:04 -05:00
|
|
|
--> $DIR/recover-enum2.rs:6:18
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2022-09-26 09:13:38 -05:00
|
|
|
LL | Var3 {
|
|
|
|
| ---- while parsing this struct
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | abc: {},
|
2019-07-17 13:40:36 -05:00
|
|
|
| ^ expected type
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `{`
|
2019-05-31 15:50:04 -05:00
|
|
|
--> $DIR/recover-enum2.rs:25:22
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | Nope(i32 {})
|
2019-10-28 13:08:53 -05:00
|
|
|
| ^ expected one of 7 possible tokens
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2019-03-01 23:47:06 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 15:36:17 -05:00
|
|
|
|