mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 13:00:49 +00:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
error: #[serde(field_identifier)] can only be used on an enum
|
|
--> $DIR/field_struct.rs:5:1
|
|
|
|
|
5 | struct S;
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|