mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
1e496bc9e6
Support recursive delegation This PR adds support for recursive delegations and is a part of the delegation feature rust-lang/rust#118212. r? ``@petrochenkov``