2018-11-30 03:07:31 +02: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_path.rs:5:9
|
2018-11-30 03:07:31 +02:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | struct T(u8, u8);
|
2018-11-30 03:07:31 +02:00
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|