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

6 lines
171 B
Plaintext
Raw Normal View History

error: #[serde(default = "...")] can only be used on structs with named fields
2018-12-31 20:36:59 -06:00
--> $DIR/nameless_struct_fields_path.rs:5:9
|
2018-12-31 20:36:59 -06:00
5 | struct T(u8, u8);
| ^^^^^^^^