We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async
macro_rules! match_expr { ($x:expr) => {} } fn main() { match_expr!(async {}) }
fails with "error: no rules expected the token async". Playground link
fails with "error: no rules expected the token
async". Playground link