mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
30bd1b53b3
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.