mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 04:50:36 +00:00
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
error: #[serde(transparent)] is not allowed on a unit struct
|
|
--> tests/ui/transparent/unit_struct.rs:4:1
|
|
|
|
|
4 | / #[serde(transparent)]
|
|
5 | | struct S;
|
|
| |_________^
|