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