mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
fb10eeb42b
They are dependent on the deployment target and SDK version, but having these in `rustc_target` makes it hard to introduce that dependency. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
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.