Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
ergonomic-clones
/
async
/
edition-2015.stderr
blob: 8de90f4bfd3c945a9c80aaec09714a73ca937a95 [
file
] [
log
] [
blame
]
error
:
`async use`
blocks are only allowed
in
Rust
2018
or
later
-->
$DIR
/
edition
-
2015.rs
:
6
:
5
|
LL
|
async
use
{};
|
^^^^^^^^^
error
:
aborting due to
1
previous error