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
..
src compiler: replace ExternAbi::name calls with formatters 2025-02-11 19:42:47 -08: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.