summaryrefslogtreecommitdiffstats
path: root/vendor/serde_repr/tests/ui/multiple_others.stderr
blob: 599d5e1724101419387850ac1e1ba9bd8e74e7e3 (plain)
1
2
3
4
5
6
7
error: only one variant can be #[serde(other)]
 --> tests/ui/multiple_others.rs:3:10
  |
3 | #[derive(Deserialize_repr)]
  |          ^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `Deserialize_repr` (in Nightly builds, run with -Z macro-backtrace for more info)