mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +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.