rust/compiler/rustc_hir_analysis
Guillaume Gomez 30bd1b53b3
Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk
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-12 10:46:40 +01:00
..

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