mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

compiler: Add rustc_abi dependence to the compiler Depend on rustc_abi in compiler crates that use it indirectly but have not yet taken on that dependency, and are not *significantly* entangled in my other PRs. This leaves an "excise rustc_target" step after the dust settles.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.