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
|
@ -179,7 +179,7 @@ pub struct ResolverGlobalCtxt {
|
|||
pub confused_type_with_std_module: FxIndexMap<Span, Span>,
|
||||
pub doc_link_resolutions: FxIndexMap<LocalDefId, DocLinkResMap>,
|
||||
pub doc_link_traits_in_scope: FxIndexMap<LocalDefId, Vec<DefId>>,
|
||||
pub all_macro_rules: FxHashMap<Symbol, Res<ast::NodeId>>,
|
||||
pub all_macro_rules: FxHashSet<Symbol>,
|
||||
pub stripped_cfg_items: Steal<Vec<StrippedCfgItem>>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue