mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
5e4d6278af
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.