Macro rustc_query_impl::plumbing::is_anon[][src]

macro_rules! is_anon {
    ([]) => { ... };
    ([(anon) $($rest : tt) *]) => { ... };
    ([$other : tt $($modifiers : tt) *]) => { ... };
}