summaryrefslogtreecommitdiffstats
path: root/vendor/serde_repr/tests/ui/empty_enum.stderr
blob: d7c4de19b3726440279b0c38bb015af8dc5cffb2 (plain)
1
2
3
4
5
6
7
error: there must be at least one variant
 --> tests/ui/empty_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)