summaryrefslogtreecommitdiffstats
path: root/vendor/serde_repr/tests/ui/missing_repr.stderr
blob: e011be6f1ce4f687070bf4b6919a631dfb30cebe (plain)
1
2
3
4
5
6
7
error: missing #[repr(...)] attribute
 --> tests/ui/missing_repr.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)