blob: 4d554a0a1d0e19ec2fa4382ddbf2f6363b0c702f [file] [log] [blame]
// edition:2018
async fn test() -> Result<(), Box<dyn std::error::Error>> {
macro!();
//~^ ERROR expected identifier, found `!`
Ok(())
}
fn main() {}