Links from rustc-dev-guide to std-dev-guide (#1152)

This commit is contained in:
Josh Triplett 2021-07-01 04:19:06 -07:00 committed by GitHub
parent 6641226ba8
commit 76c1d45ae5
2 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@ for the docs you're looking for instead of reading them top to bottom.
[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc
For documentation on developing the standard library, see
[`std-dev-guide`](https://std-dev-guide.rust-lang.org/).
### Contributing to the guide
The guide is useful today, but it has a lot of work still to go.

View File

@ -60,8 +60,10 @@ You might also find the following sites useful:
- [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.
- [std-dev-guide] -- a similar guide for developing the standard library.
[GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
[Forge]: https://forge.rust-lang.org/
[compiler-team]: https://github.com/rust-lang/compiler-team/
[std-dev-guide]: https://std-dev-guide.rust-lang.org/