mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
error: #[serde(default)] can only be used on structs with named fields
|
|
--> $DIR/nameless_struct_fields.rs:5:9
|
|
|
|
|
5 | struct T(u8, u8);
|
|
| ^^^^^^^^
|