rust/compiler/rustc_target
Nikita Popov c3ab409b4f Use captures(address) instead of captures(none) for indirect args
While provenance cannot be captured through these arguments, the
address / object identity can.
2025-08-26 16:16:23 +02:00
..
src Use captures(address) instead of captures(none) for indirect args 2025-08-26 16:16:23 +02:00
Cargo.toml Move IntoDiagArg earlier in the dependency chains 2025-08-20 15:01:13 -07: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.