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

9 lines
165 B
Plaintext
Raw Normal View History

error: Serde does not support derive for unions
2021-10-08 01:46:15 -05:00
--> 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 | | }
| |_^