Function rustc_expand::mbe::macro_parser::count_metavar_decls
source ยท pub(super) fn count_metavar_decls(matcher: &[TokenTree]) -> usize
Expand description
Count how many metavars declarations are in matcher
.