// rustfmt-edition: Edition2018 fn main() { let x = async { Ok(()) }; }