Files
serde/test_suite/tests/ui/transparent/unit_struct.stderr
T
2021-10-07 00:56:29 -04:00

7 lines
175 B
Plaintext

error: #[serde(transparent)] is not allowed on a unit struct
--> $DIR/tests/ui/transparent/unit_struct.rs:4:1
|
4 | / #[serde(transparent)]
5 | | struct S;
| |_________^