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