You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Token production in lex.token.syntax is missing an entry for lone _ (which isn't included in IDENTIFIER_OR_KEYWORD).
Similarly the lists in macro.proc.token.macro_rules and macro.proc.token.tree are missing lone underscore, because the Reference doesn't consider "identifier" to include lone uderscore.