#![feature(async_await)] #![allow(unused_parens)] // edition:2018 // pp-exact fn main() { let _a = (async { }); }