]> git.lizzy.rs Git - rust.git/blob - src/librustc_target/README.md
Auto merge of #50228 - irinagpopa:backstory-v2, r=nikomatsakis
[rust.git] / src / librustc_target / README.md
1 `librustc_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 guide].
5
6 [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/