2018-11-24 17:37:35 -06:00
|
|
|
error: #[serde(default)] can only be used on structs with named fields
|
2018-11-24 17:52:15 -06:00
|
|
|
--> $DIR/enum.rs:4:10
|
|
|
|
|
|
|
|
|
4 | #[derive(Deserialize)]
|
|
|
|
| ^^^^^^^^^^^
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|