blob: 9197807b0e0f57ff0b15190c0568d6f0f050c8a4 [file] [log] [blame]
error: #[serde(default = "...")] can only be used on structs with named fields
--> $DIR/nameless_struct_fields_path.rs:5:9
|
5 | struct T(u8, u8);
| ^^^^^^^^
error: aborting due to previous error