]> git.proxmox.com Git - rustc.git/blob - vendor/derivative/tests/compile-fail/derive-partial-ord.stderr
New upstream version 1.75.0+dfsg1
[rustc.git] / vendor / derivative / tests / compile-fail / derive-partial-ord.stderr
1 error: can't use `#[derivative(PartialOrd)]` on an enumeration without `feature_allow_slow_enum`; see the documentation for more details
2 --> $DIR/derive-partial-ord.rs:5:1
3 |
4 5 | #[derivative(PartialOrd)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^