serde/test_suite/tests/ui/unsupported/union_ser.stderr

9 lines
170 B
Plaintext
Raw Normal View History

error: Serde does not support derive for unions
2021-10-06 23:56:29 -05:00
--> $DIR/tests/ui/unsupported/union_ser.rs:4:1
|
2018-12-31 20:36:59 -06:00
4 | / union Union {
5 | | x: u8,
6 | | y: (),
7 | | }
| |_^