Links from rustc-dev-guide to std-dev-guide (#1152)
This commit is contained in:
parent
c319110e8d
commit
84779866ff
|
|
@ -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
|
[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
|
### Contributing to the guide
|
||||||
|
|
||||||
The guide is useful today, but it has a lot of work still to go.
|
The guide is useful today, but it has a lot of work still to go.
|
||||||
|
|
|
||||||
|
|
@ -60,8 +60,10 @@ You might also find the following sites useful:
|
||||||
- [Forge] -- contains documentation about rust infrastructure, team procedures, and more
|
- [Forge] -- contains documentation about rust infrastructure, team procedures, and more
|
||||||
- [compiler-team] -- the home-base for the rust compiler team, with description
|
- [compiler-team] -- the home-base for the rust compiler team, with description
|
||||||
of the team procedures, active working groups, and the team calendar.
|
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/
|
[GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
|
||||||
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
|
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
|
||||||
[Forge]: https://forge.rust-lang.org/
|
[Forge]: https://forge.rust-lang.org/
|
||||||
[compiler-team]: https://github.com/rust-lang/compiler-team/
|
[compiler-team]: https://github.com/rust-lang/compiler-team/
|
||||||
|
[std-dev-guide]: https://std-dev-guide.rust-lang.org/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue