rust/src/README.md

10 lines
351 B
Markdown
Raw Permalink Normal View History

2018-02-23 20:20:56 +01:00
This directory contains the source code of the rust project, including:
2021-02-14 05:38:37 +01:00
2020-08-30 20:40:11 +02:00
- The test suite
2020-07-28 05:05:34 +02:00
- The bootstrapping build system
2018-02-23 20:20:56 +01:00
- Various submodules for tools, like rustdoc, rls, etc.
2020-03-05 22:07:42 +01:00
For more information on how various parts of the compiler work, see the [rustc dev guide].
2018-02-23 20:20:56 +01:00
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html