mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
error: #[serde(variant_identifier)] can only be used on an enum
|
|
--> $DIR/variant_struct.rs:5:1
|
|
|
|
|
5 | struct S;
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|