serde/test_suite/tests/ui/transparent/unit_struct.stderr

7 lines
154 B
Plaintext
Raw Normal View History

error: #[serde(transparent)] is not allowed on a unit struct
2018-12-31 20:36:59 -06:00
--> $DIR/unit_struct.rs:4:1
|
2018-12-31 20:36:59 -06:00
4 | / #[serde(transparent)]
5 | | struct S;
| |_________^