rust/compiler/rustc_target
2022-11-24 16:26:12 +03:30
..
src move some layout logic to rustc_target::abi::layout 2022-11-24 16:26:12 +03:30
Cargo.toml move some layout logic to rustc_target::abi::layout 2022-11-24 16:26:12 +03:30
README.md

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.