1
Fork 0

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`
This commit is contained in:
bors 2024-01-13 04:19:17 +00:00
commit 89110dafe7
50 changed files with 1634 additions and 93 deletions

View file

@ -102,6 +102,7 @@ symbols! {
Gen: "gen",
MacroRules: "macro_rules",
Raw: "raw",
Reuse: "reuse",
Union: "union",
Yeet: "yeet",
}