Files
rust/tests/ui/traits/const-traits/call-generic-method-fail.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
264 B
Plaintext
Raw Normal View History

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
|
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`.