mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
error: #[serde(default)] can only be used on structs that have fields
|
|
--> tests/ui/default-attribute/unit.rs:3:10
|
|
|
|
|
3 | #[derive(Deserialize)]
|
|
| ^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|