Skip to content

Commit 567062c

Browse files
authored
Merge pull request #324 from spastorino/add-more-info-subsection
Add more info subsection with links to forge and rustc api docs
2 parents 14b243d + 2755796 commit 567062c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/about-this-guide.md

+11
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,15 @@ be found at the [GitHub repository]. If you find any mistakes in the
1616
guide, please file an issue about it, or even better, open a PR
1717
with a correction!
1818

19+
## Other places to find information
20+
21+
You might also find the following sites useful:
22+
23+
- [Rustc API docs] -- rustdoc documentation for the compiler
24+
- [Forge] -- contains documentation about rust infrastructure, team procedures, and more
25+
- [compiler-team] -- the home-base for the rust compiler team, with description of the team procedures, active working groups, and the team calendar.
26+
1927
[GitHub repository]: https://github.com/rust-lang/rustc-guide/
28+
[Rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
29+
[Forge]: https://forge.rust-lang.org/
30+
[compiler-team]: https://github.com/rust-lang/compiler-team/

0 commit comments

Comments
 (0)