Skip to content

Commit

Permalink
Add more info subsection with links to forge and rustc api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed May 28, 2019
1 parent 14b243d commit 2755796
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/about-this-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 2755796

Please sign in to comment.