blob: 5786998cd3e8f3da638d5f1f0c22c787eeff08b2 [file] [log] [blame]
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)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^