Files
rust/compiler/rustc_hir_analysis
Jonathan Brouwer 1e496bc9e6 Rollup merge of #150024 - aerooneqq:recursive-delegation-2, r=petrochenkov
Support recursive delegation

This PR adds support for recursive delegations and is a part of the delegation feature rust-lang/rust#118212.

r? ``@petrochenkov``
2025-12-18 18:37:17 +01:00
..
2025-12-05 14:22:52 +01:00
2025-12-12 11:28:58 +01:00
2022-09-27 10:37:23 +02:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.