Macro rustc_arena::arena_for_type[][src]

pub macro arena_for_type {
    ([] [$ty : ty]) => { ... },
    ([few $(, $attrs : ident) *] [$ty : ty]) => { ... },
    ([$ignore : ident $(, $attrs : ident) *] $args : tt) => { ... },
}