mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 16:28:02 +00:00
034db9f20f
Also updates UI tests.
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
error: #[serde(tag = "...")] cannot be used with tuple variants
|
|
--> $DIR/internal-tuple-variant.rs:7:5
|
|
|
|
|
7 | Tuple(u8, u8),
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|