summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-13 04:19:17 +0000
committerbors <bors@rust-lang.org>2024-01-13 04:19:17 +0000
commit89110dafe79621fa07d6cd7c8493dd1d0a83cfaf (patch)
tree795cc2a777b8152c2cd514a8373f89dc26dcbf2b /compiler/rustc_span/src
parentf1f8687b06a5908dd096f51da32347b3313279db (diff)
parentd69cd6473c110096bb009db0f2f21da6f67ac5a6 (diff)
downloadrust-89110dafe79621fa07d6cd7c8493dd1d0a83cfaf.tar.gz
rust-89110dafe79621fa07d6cd7c8493dd1d0a83cfaf.zip
Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr
Delegation implementation: step 1

See https://github.com/rust-lang/rust/issues/118212 for more details.

r? `@petrochenkov`
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 8ed1255c010..72b62a795fc 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -102,6 +102,7 @@ symbols! {
         Gen:                "gen",
         MacroRules:         "macro_rules",
         Raw:                "raw",
+        Reuse:              "reuse",
         Union:              "union",
         Yeet:               "yeet",
     }