mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 00:08:01 +00:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
error: #[serde(transparent)] is not allowed on a unit struct
|
|
--> $DIR/unit_struct.rs:4:1
|
|
|
|
|
4 | / #[serde(transparent)]
|
|
5 | | struct S;
|
|
| |_________^
|