Macro rustc_ap_rustc_arena::which_arena_for_type[][src]

macro_rules! which_arena_for_type {
    ([] [$arena : expr]) => { ... };
    ([few $(, $attrs : ident) *] [$arena : expr]) => { ... };
    ([$ignore : ident $(, $attrs : ident) *] $args : tt) => { ... };
}