diff options
| author | bors <bors@rust-lang.org> | 2024-01-13 04:19:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-13 04:19:17 +0000 |
| commit | 89110dafe79621fa07d6cd7c8493dd1d0a83cfaf (patch) | |
| tree | 795cc2a777b8152c2cd514a8373f89dc26dcbf2b /compiler/rustc_span/src | |
| parent | f1f8687b06a5908dd096f51da32347b3313279db (diff) | |
| parent | d69cd6473c110096bb009db0f2f21da6f67ac5a6 (diff) | |
| download | rust-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.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 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", } |
