mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
error[E0277]: the trait bound `T: [const] PartialEq` is not satisfied
|
|
--> $DIR/call-generic-method-fail.rs:5:5
|
|
|
|
|
LL | *t == *t
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0277`.
|