diff options
| author | est31 <MTest31@outlook.com> | 2023-01-19 10:24:17 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-05-05 21:44:13 +0200 |
| commit | 59ecbd2cea20839f1288b917cbf5ba8c23864df7 (patch) | |
| tree | c60e269ea5a5df36aa47f2f7ee400d859376c475 /compiler/rustc_span/src/symbol.rs | |
| parent | 4b94c232192b0fa0314b5afa18e366356e210c4c (diff) | |
| download | rust-59ecbd2cea20839f1288b917cbf5ba8c23864df7.tar.gz rust-59ecbd2cea20839f1288b917cbf5ba8c23864df7.zip | |
Add parsing for builtin # in expression and item context
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 58015d5d502..9e543fc8de4 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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", |
