granite-rust/src/librustc_target/README.md

7 lines
249 B
Markdown
Raw Normal View History

`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].
2020-03-06 11:13:26 -03:00
[rustc guide]: https://rust-lang.github.io/rustc-dev-guide/