Add parsing for builtin # in expression and item context
This commit is contained in:
parent
4b94c23219
commit
59ecbd2cea
8 changed files with 96 additions and 1 deletions
|
@ -95,6 +95,7 @@ symbols! {
|
|||
|
||||
// Weak keywords, have special meaning only in specific contexts.
|
||||
Auto: "auto",
|
||||
Builtin: "builtin",
|
||||
Catch: "catch",
|
||||
Default: "default",
|
||||
MacroRules: "macro_rules",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue