Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-114219.rs
blob: 3f7e0f685acd278a5a21386a3bc51e27ce103b91 [
file
]
//@ edition: 2015
fn
main
()
{
async
move
{};
//~^ ERROR `async move` blocks are only allowed in Rust 2018 or later
}