11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
|
error[E0277]: the trait bound `PartialEqNotEq: std::cmp::Eq` is not satisfied
|
||
|
--> $DIR/union-derive-eq.rs:25:5
|
||
|
|
|
||
|
25 | 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
|
||
|
|