rust/compiler/rustc_hir_analysis
Nicholas Nethercote 89e93a51c8 Move two methods from AssocKind to AssocItem.
Because all the other similar methods are on `AssocItem`.
2025-04-15 08:07:15 +10:00
..

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