mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:36:39 +00:00
`target.target_endian` -> `target.endian` `target.target_c_int_width` -> `target.c_int_width` `target.target_os` -> `target.os` `target.target_env` -> `target.env` `target.target_vendor` -> `target.vendor` `target.target_family` -> `target.os_family` `target.target_mcount` -> `target.mcount`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.