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