mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 21:41:24 +00:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
error: #[serde(default)] can only be used on structs with named fields
|
|
--> tests/ui/default-attribute/enum.rs:5:1
|
|
|
|
|
5 | enum E {
|
|
| ^^^^
|