Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
move-expr
/
outside-plain-closure.stderr
blob: 68c4223641304e5b87bb7c6c688dd3b0ed4fec7e [
file
] [
edit
]
error
:
`move(expr)`
is
only supported
in
plain closures
-->
$DIR
/
outside
-
plain
-
closure
.
rs
:
5
:
13
|
LL
|
let
_
=
move
(
String
::
from
(
"nope"
));
|
^^^^
error
:
aborting due to
1
previous error