2023-08-03 22:32:34 +05:00

6 lines
196 B
Plaintext

error: #[serde(default = "...")] can only be used on structs with fields
--> tests/ui/default-attribute/enum_path.rs:4:9
|
4 | #[serde(default = "default_e")]
| ^^^^^^^^^^^^^^^^^^^^^