Function rustc_resolve::macros::registered_idents[][src]

fn registered_idents(
    sess: &Session,
    attrs: &[Attribute],
    attr_name: Symbol,
    descr: &str
) -> FxHashSet<Ident>
Expand description

The code common between processing #![register_tool] and #![register_attr].