Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
traits
/
const-traits
/
default-method-body-is-const-same-trait-ck.stderr
blob: 2dc2d4846174904ebb73e005919c8979be9a43b3 [
file
] [
log
] [
blame
]
error
[
E0277
]:
the trait bound
`(): [const] Tr`
is
not
satisfied
-->
$DIR
/
default
-
method
-
body
-
is
-
const
-
same
-
trait
-
ck
.
rs
:
9
:
12
|
LL
|
().
a
()
|
^
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0277`
.