convert all_macro_rules from hashmap to hashset
This commit is contained in:
parent
918b5c391f
commit
8d2de634ec
4 changed files with 4 additions and 4 deletions
|
@ -1220,7 +1220,7 @@ pub struct Resolver<'ra, 'tcx> {
|
|||
effective_visibilities: EffectiveVisibilities,
|
||||
doc_link_resolutions: FxIndexMap<LocalDefId, DocLinkResMap>,
|
||||
doc_link_traits_in_scope: FxIndexMap<LocalDefId, Vec<DefId>>,
|
||||
all_macro_rules: FxHashMap<Symbol, Res>,
|
||||
all_macro_rules: FxHashSet<Symbol>,
|
||||
|
||||
/// Invocation ids of all glob delegations.
|
||||
glob_delegation_invoc_ids: FxHashSet<LocalExpnId>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue