]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_target/README.md
Rollup merge of #90122 - rusticstuff:ci_curl_max_time, r=Mark-Simulacrum
[rust.git] / compiler / rustc_target / README.md
1 `rustc_target` contains some very low-level details that are
2 specific to different compilation targets and so forth.
3
4 For more information about how rustc works, see the [rustc dev guide].
5
6 [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/