about summary refs log tree commit diff
path: root/src/librustc_target/README.md
blob: a22000ea9d280479323472d01dadb8f3aac7e68b (plain)
1
2
3
4
5
6
`librustc_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 guide].

[rustc guide]: https://rust-lang.github.io/rustc-guide/