1error: #[serde(transparent)] is not allowed on a unit struct
2 --> tests/ui/transparent/unit_struct.rs:4:1
3  |
44 | / #[serde(transparent)]
55 | | struct S;
6  | |_________^
7