mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 07:10:36 +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```
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.