mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 13:30:48 +00:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
error: #[serde(default = "...")] can only be used on structs that have fields
|
|
--> tests/ui/default-attribute/unit_path.rs:4:9
|
|
|
|
|
4 | #[serde(default = "default_u")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|