[][src]Macro rustc_ap_arena::arena_for_type

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