mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 09:28:04 +00:00
034db9f20f
Also updates UI tests.
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
error: #[serde(default)] can only be used on structs with named fields
|
|
--> $DIR/enum.rs:6:1
|
|
|
|
|
6 | enum E {
|
|
| ^^^^
|
|
|
|
error: aborting due to previous error
|
|
|