mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +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);
|
|
| ^^^^^^^^
|