mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +00:00

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.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.