Files
rust/compiler
Jonathan Brouwer f09612e237 Rollup merge of #156541 - aerooneqq:delegation-no-method-call, r=petrochenkov
delegation: remove method call generation

This PR removes method call generation from delegations, now we always generate default call. Part of rust-lang/rust#118212.

We reuse methods probing engine for finding needed adjustments, thus extending number of supported cases. In this PR adjustments are applied to trait methods (was supported before) ~and static functions (new feature)~. Free functions can be supported later.

Finally this PR solves issues from parent generics propagation from rust-lang/rust#155906.

r? @petrochenkov
2026-05-26 13:42:15 +02:00
..
2026-05-04 16:28:58 +00:00
2026-05-04 16:28:58 +00:00
2026-05-22 19:40:22 +09:00
2026-05-11 21:32:42 +02:00
2026-05-12 21:58:50 +02:00
2026-05-24 17:33:46 +09:00
2026-05-22 12:36:19 +03:00
2026-05-12 21:58:50 +02:00
2026-04-08 21:09:07 +02:00
2026-05-22 19:40:22 +09:00