about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/call-generic-method-fail.stderr
blob: a2fba141f7b8916e3a6c16d915b82857020e0b2e (plain)
1
2
3
4
5
6
7
8
9
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`.