summaryrefslogtreecommitdiffstats
path: root/vendor/serde_repr/tests/ui/not_enum.stderr
blob: 26ad4c313f24abd8f7323d9e623776e67856a148 (plain)
1
2
3
4
5
6
7
error: input must be an enum
 --> tests/ui/not_enum.rs:3:10
  |
3 | #[derive(Serialize_repr)]
  |          ^^^^^^^^^^^^^^
  |
  = note: this error originates in the derive macro `Serialize_repr` (in Nightly builds, run with -Z macro-backtrace for more info)