7 lines
257 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-05 18:07:42 -03:00
For more information about how rustc works, see the [rustc dev guide].
2020-03-05 18:07:42 -03:00
[rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/