rust/compiler/rustc_hir_analysis
Boxy 7c8c6d2497 Semantic changes from new hir representation
Always lower to `GenericArg::Infer`
Update `PlaceholderCollector`
Update closure lifetime binder infer var visitor
Fallback visitor handle ambig infer args
Ensure type infer args have their type recorded
2025-01-23 06:01:36 +00:00
..

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