Function rustc_parse::parser::nonterminal::may_be_ident
source · fn may_be_ident(nt: &Nonterminal) -> bool
Expand description
Checks whether the non-terminal may contain a single (non-keyword) identifier.
fn may_be_ident(nt: &Nonterminal) -> bool
Checks whether the non-terminal may contain a single (non-keyword) identifier.