2018-11-30 03:07:31 +02:00
|
|
|
error: #[serde(transparent)] is not allowed on an enum
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/enum.rs:4:1
|
2018-11-30 03:07:31 +02:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
4 | / #[serde(transparent)]
|
|
|
|
5 | | enum E {}
|
2018-11-30 03:07:31 +02:00
|
|
|
| |_________^
|