summaryrefslogtreecommitdiffstats
path: root/vendor/derivative/tests/compile-fail/derive-partial-ord.stderr
blob: 5786998cd3e8f3da638d5f1f0c22c787eeff08b2 (plain)
1
2
3
4
5
error: can't use `#[derivative(PartialOrd)]` on an enumeration without `feature_allow_slow_enum`; see the documentation for more details
 --> $DIR/derive-partial-ord.rs:5:1
  |
5 | #[derivative(PartialOrd)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^