diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2019-05-28 17:13:08 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2019-05-28 17:51:08 -0300 |
| commit | 586cbf157ff2baee7f4d16e18723139329527118 (patch) | |
| tree | 1d6ce27ba83930b54993a18d73e9d87beef46d6a /src/doc/rustc-dev-guide | |
| parent | f0357ad4b8af84aead4ced0a2547c46403c4a3db (diff) | |
| download | rust-586cbf157ff2baee7f4d16e18723139329527118.tar.gz rust-586cbf157ff2baee7f4d16e18723139329527118.zip | |
Add more info subsection with links to forge and rustc api docs
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/about-this-guide.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md index 30a3b88708f..8376fb2a391 100644 --- a/src/doc/rustc-dev-guide/src/about-this-guide.md +++ b/src/doc/rustc-dev-guide/src/about-this-guide.md @@ -16,4 +16,15 @@ be found at the [GitHub repository]. If you find any mistakes in the guide, please file an issue about it, or even better, open a PR with a correction! +## Other places to find information + +You might also find the following sites useful: + +- [Rustc API docs] -- rustdoc documentation for the compiler +- [Forge] -- contains documentation about rust infrastructure, team procedures, and more +- [compiler-team] -- the home-base for the rust compiler team, with description of the team procedures, active working groups, and the team calendar. + [GitHub repository]: https://github.com/rust-lang/rustc-guide/ +[Rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ +[Forge]: https://forge.rust-lang.org/ +[compiler-team]: https://github.com/rust-lang/compiler-team/ |
