mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 05:11:34 +00:00
5 lines
107 B
Rust
5 lines
107 B
Rust
fn main() {
|
|
async move {};
|
|
//~^ ERROR `async move` blocks are only allowed in Rust 2018 or later
|
|
}
|