2018-11-29 00:01:17 -06:00
|
|
|
error: #[serde(variant_identifier)] can only be used on an enum
|
|
|
|
--> $DIR/variant_struct.rs:6:1
|
2018-11-24 17:52:15 -06:00
|
|
|
|
|
2018-11-29 00:01:17 -06:00
|
|
|
6 | struct S;
|
|
|
|
| ^^^^^^
|
2018-11-24 17:37:35 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|