rust/compiler/rustc_target
Matthias Krüger 36d0f35d3d
Rollup merge of #150802 - fn_abi_cleanup, r=lqd
Minor cleanups to fn_abi_new_uncached
2026-01-08 22:21:19 +01:00
..
src Rollup merge of #150802 - fn_abi_cleanup, r=lqd 2026-01-08 22:21:19 +01:00
Cargo.toml Add --print target-spec-json-schema 2025-09-12 20:53:28 +02:00
README.md Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.