Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-114219.stderr
blob: 02323cb99cbf3930468c393365882e62657267ae [
file
] [
log
] [
blame
] [
edit
]
error
:
`async move`
blocks are only allowed
in
Rust
2018
or
later
-->
$DIR
/
issue
-
114219.rs
:
2
:
5
|
LL
|
async move
{};
|
^^^^^^^^^^
error
:
aborting due to
1
previous error