2018-11-30 03:07:31 +02:00
|
|
|
error: #[serde(default = "...")] can only be used on structs with named fields
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/enum_path.rs:5:1
|
2018-11-30 03:07:31 +02:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | enum E {
|
2018-11-30 03:07:31 +02:00
|
|
|
| ^^^^
|