Function rustc_parse::parser::nonterminal::get_macro_ident
source · fn get_macro_ident(token: &Token) -> Option<(Ident, bool)>
Expand description
The token is an identifier, but not _
.
We prohibit passing _
to macros expecting ident
for now.