mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
bbba632ab3
This reverts commit e77db40b8d.
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
error: #[serde(variant_identifier)] may only contain unit variants
|
|
--> tests/ui/identifier/variant_tuple.rs:7:5
|
|
|
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|