rust/compiler/rustc_hir_analysis
Jacob Pratt 6cf4204790
Rollup merge of #135951 - yotamofek:use-debug-helpers, r=SparrowLii
Use `fmt::from_fn` in more places in the compiler

Use the unstable functions from #117729 in more places in the compiler, follow up to #135494
2025-01-25 23:27:00 -05:00
..

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