2025-03-11 12:08:45 +00:00
|
|
|
error[E0277]: the trait bound `T: [const] PartialEq` is not satisfied
|
2024-10-30 18:03:44 +00:00
|
|
|
--> $DIR/call-generic-method-fail.rs:5:5
|
2024-10-26 11:35:16 +08:00
|
|
|
|
|
|
|
|
|
LL | *t == *t
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
2025-06-20 14:44:20 +00:00
|
|
|
For more information about this error, try `rustc --explain E0277`.
|