serde/test_suite/tests/ui/default-attribute/nameless_struct_fields_path.stderr

6 lines
193 B
Plaintext
Raw Normal View History

error: #[serde(default = "...")] can only be used on structs with named fields
2021-10-08 01:46:15 -05:00
--> tests/ui/default-attribute/nameless_struct_fields_path.rs:5:9
|
2018-12-31 20:36:59 -06:00
5 | struct T(u8, u8);
| ^^^^^^^^