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