// rustfmt-edition: 2018
fn main() {
let async_closure = async {
let x = 3;
x
};
let f = async /* comment */ {
let g = async /* comment */ move {
}