rust/compiler/rustc_hir_analysis
Jubilee Young 32fd1a7b72 compiler: replace ExternAbi::name calls with formatters
Most of these just format the ABI string, so... just format ExternAbi?
This makes it more consistent and less jank when we can do it.
2025-02-11 19:42:47 -08:00
..

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