mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-10 14:17:47 +00:00

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.