6 lines
192 B
Plaintext
Raw Normal View History

error: malformed bound attribute, expected `bound(serialize = ..., deserialize = ...)`
2021-10-08 02:46:15 -04:00
--> tests/ui/malformed/bound.rs:5:19
|
2018-12-31 21:36:59 -05:00
5 | #[serde(bound(unknown))]
| ^^^^^^^