9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
error: #[serde(default = "...")] can only be used on structs with named fields
|
||
|
--> $DIR/enum_path.rs:6:1
|
||
|
|
|
||
|
6 | enum E {
|
||
|
| ^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|