1error: #[serde(other)] must be on a unit variant 2 --> tests/ui/identifier/not_unit.rs:7:5 3 | 47 | / #[serde(other)] 58 | | Other(u8, u8), 6 | |_________________^ 7