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