blob: f63ab1704c497181c635a9354b27fdfefad1df13 [file] [log] [blame]
error[E0277]: the trait bound `PartialEqNotEq: std::cmp::Eq` is not satisfied
--> $DIR/union-derive-eq.rs:15:5
|
LL | a: PartialEqNotEq,
| ^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `PartialEqNotEq`
|
= note: required by `std::cmp::AssertParamIsEq`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.