blob: 244a4f2ca5bd82b9257accce09ef042ec10acdd0 [file] [log] [blame]
error: variant identifiers cannot be serialized
--> $DIR/serialize_variant_identifier.rs:4:1
|
4 | / #[serde(variant_identifier)]
5 | | enum F {
6 | | A,
7 | | B,
8 | | }
| |_^
error: aborting due to previous error