// edition:2018 async fn main() -> Result { //~^ ERROR `main` function is not allowed to be `async` Ok(1) }