rust/compiler/rustc_target
Michael Goulet c9ba9aab8c Add rust-invalid ABI
(cherry picked from commit e245570def)
2025-07-17 14:02:06 -07:00
..
src Add rust-invalid ABI 2025-07-17 14:02:06 -07:00
Cargo.toml Bump object 2025-06-05 07:59:51 +08: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.