mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00

compiler: mostly-finish `rustc_abi` updates This almost-finishes all the updates in the compiler to use `rustc_abi` and removes some of the reexports of `rustc_abi` items in `rustc_target` that were previously available. r? ```@compiler-errors```