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
..
src Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk 2025-02-12 10:46:40 +01:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl compiler: replace ExternAbi::name calls with formatters 2025-02-11 19:42:47 -08:00
README.md

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