Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
16040a16285e3bfde82c3e4216d16a6e566494da
/
.
/
tests
/
ui
/
rfcs
/
rfc-2632-const-trait-impl
/
const-closure-trait-method-fail.stderr
blob: 4c45b0e56c6016917a42732d0e0ea572544d5fe9 [
file
] [
log
] [
blame
]
error
:
~
const
can only be applied to
`#[const_trait]`
traits
-->
$DIR
/
const
-
closure
-
trait
-
method
-
fail
.
rs
:
14
:
39
|
LL
|
const
fn need_const_closure
<
T
:
~
const
FnOnce
(())
->
i32
>(
x
:
T
)
->
i32
{
|
^^^^^^^^^^^^^^^^^
error
:
aborting due to previous error