2018-11-24 15:37:35 -08:00
|
|
|
error: #[serde(default)] can only be used on structs with named fields
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/nameless_struct_fields.rs:5:9
|
2018-11-24 15:52:15 -08:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | struct T(u8, u8);
|
2018-11-29 08:01:17 +02:00
|
|
|
| ^^^^^^^^
|
2018-11-24 15:37:35 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|