9 lines
218 B
Plaintext
Raw Normal View History

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