2018-10-20 20:36:17 +00:00
|
|
|
error: expected type, found `{`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/recover-enum2.rs:8:18
|
2018-10-20 20:36:17 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | abc: {},
|
2018-10-20 20:36:17 +00:00
|
|
|
| ^
|
|
|
|
|
|
|
|
error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `{`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/recover-enum2.rs:27:22
|
2018-10-20 20:36:17 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | Nope(i32 {})
|
2018-10-20 20:36:17 +00:00
|
|
|
| ^ expected one of 7 possible tokens here
|
|
|
|
|
2019-03-02 05:47:06 +00:00
|
|
|
error: aborting due to 2 previous errors
|
2018-10-20 20:36:17 +00:00
|
|
|
|