bbba632ab3
This reverts commit e77db40b8d
.
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
error: variant identifiers cannot be serialized
|
|
--> tests/ui/precondition/serialize_variant_identifier.rs:4:1
|
|
|
|
|
4 | / #[serde(variant_identifier)]
|
|
5 | | enum F {
|
|
6 | | A,
|
|
7 | | B,
|
|
8 | | }
|
|
| |_^
|