serde/test_suite/tests/ui/malformed/bound.stderr

6 lines
178 B
Plaintext
Raw Normal View History

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