Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-114219.rs
blob: 332258b628c37324ca968e71166adc541b76b18a [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
async
move
{};
//~^ ERROR `async move` blocks are only allowed in Rust 2018 or later
}