Macro rustc_query_impl::plumbing::is_anon
source ยท macro_rules! is_anon { ([]) => { ... }; ([(anon) $($rest:tt)*]) => { ... }; ([$other:tt $($modifiers:tt)*]) => { ... }; }
macro_rules! is_anon { ([]) => { ... }; ([(anon) $($rest:tt)*]) => { ... }; ([$other:tt $($modifiers:tt)*]) => { ... }; }