blob: 02fa0ca6f83102917b6c2eba642cf917453361b5 [file] [log] [blame]
error[E0277]: the trait bound `PartialEqNotEq: std::cmp::Eq` is not satisfied
--> $DIR/union-derive-eq.rs:25:5
|
LL | a: PartialEqNotEq, //~ ERROR the trait bound `PartialEqNotEq: std::cmp::Eq` is not satisfied
| ^^^^^^^^^^^^^^^^^ 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`.