• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: malformed bound attribute, expected `bound(serialize = ..., deserialize = ...)`
2 --> tests/ui/malformed/bound.rs:5:19
3  |
45 |     #[serde(bound(unknown))]
5  |                   ^^^^^^^
6