mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
error: #[serde(default)] can only be used on structs with named fields
|
|
--> $DIR/enum.rs:5:1
|
|
|
|
|
5 | enum E {
|
|
| ^^^^
|