rust/compiler/rustc_target
Philip Woolford ca58013caa Enable features that are always available in a live system.
While some neon and crypto features may not be supported on the switch at boot (e.g. on the a53 cores), the features will _always_ be available if running as a sysmodule or homebrew application under Horizon/Atmosphere.
2025-07-29 09:48:59 +09:30
..
src Enable features that are always available in a live system. 2025-07-29 09:48:59 +09:30
Cargo.toml Use serde for target spec json deserialize 2025-07-21 19:32:44 +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.