// rustfmt-edition: Edition2018
fn main() {
let x = async {
Ok(())
};
}
fn baz() {
// test
// async blocks are great
let y = async {
}; // comment