DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / async-await / async-closure-matches-expr.rs
12345678910
//@ build-pass //@ edition:2018 macro_rules! match_expr { ($x:expr) => {} } fn main() { match_expr!(async || {}); }