mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-26 16:47:54 +00:00
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
error: #[serde(variant_identifier)] may only contain unit variants
|
|
--> tests/ui/identifier/variant_tuple.rs:7:5
|
|
|
|
|
3 | #[derive(Deserialize)]
|
|
| ----------- in this derive macro expansion
|
|
...
|
|
7 | B(u8, u8),
|
|
| ^^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|