2018-11-30 03:07:31 +02:00
|
|
|
error: malformed bound attribute, expected `bound(serialize = ..., deserialize = ...)`
|
2018-12-31 21:36:59 -05:00
|
|
|
--> $DIR/bound.rs:5:19
|
2018-11-30 03:07:31 +02:00
|
|
|
|
|
2018-12-31 21:36:59 -05:00
|
|
|
5 | #[serde(bound(unknown))]
|
2018-11-30 03:07:31 +02:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|