Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
traits
/
const-traits
/
call-generic-method-fail.stderr
blob: a2fba141f7b8916e3a6c16d915b82857020e0b2e [
file
] [
log
] [
blame
]
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`
.