2018-11-29 19:07:31 -06:00
|
|
|
error: #[serde(transparent)] is not allowed on an enum
|
2018-12-31 20:36:59 -06:00
|
|
|
--> $DIR/enum.rs:4:1
|
2018-11-29 19:07:31 -06:00
|
|
|
|
|
2018-12-31 20:36:59 -06:00
|
|
|
4 | / #[serde(transparent)]
|
|
|
|
5 | | enum E {}
|
2018-11-29 19:07:31 -06:00
|
|
|
| |_________^
|