Type Alias rustc_expand::mbe::macro_parser::NamedMatches
source · pub(crate) type NamedMatches = FxHashMap<MacroRulesNormalizedIdent, NamedMatch>;
Expand description
Contains a mapping of MacroRulesNormalizedIdent
s to NamedMatch
es.
This represents the mapping of metavars to the token trees they bind to.
Aliased Type§
struct NamedMatches { /* private fields */ }
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes