rust/compiler/rustc_target/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
248 B
Markdown
Raw Normal View History

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