File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ for the docs you're looking for instead of reading them top to bottom.
14
14
15
15
[ rustdocs ] : https://doc.rust-lang.org/nightly/nightly-rustc
16
16
17
+ For documentation on developing the standard library, see
18
+ [ ` std-dev-guide ` ] ( https://std-dev-guide.rust-lang.org/ ) .
19
+
17
20
### Contributing to the guide
18
21
19
22
The guide is useful today, but it has a lot of work still to go.
Original file line number Diff line number Diff line change @@ -60,8 +60,10 @@ You might also find the following sites useful:
60
60
- [ Forge] -- contains documentation about rust infrastructure, team procedures, and more
61
61
- [ compiler-team] -- the home-base for the rust compiler team, with description
62
62
of the team procedures, active working groups, and the team calendar.
63
+ - [ std-dev-guide] -- a similar guide for developing the standard library.
63
64
64
65
[ GitHub repository ] : https://github.com/rust-lang/rustc-dev-guide/
65
66
[ rustc API docs ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
66
67
[ Forge ] : https://forge.rust-lang.org/
67
68
[ compiler-team ] : https://github.com/rust-lang/compiler-team/
69
+ [ std-dev-guide ] : https://std-dev-guide.rust-lang.org/
You can’t perform that action at this time.
0 commit comments