rust/compiler/rustc_target/README.md

7 lines
251 B
Markdown
Raw Normal View History

`librustc_target` contains some very low-level details that are
specific to different compilation targets and so forth.
2020-03-06 05:07:42 +08:00
For more information about how rustc works, see the [rustc dev guide].
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/