@@ -60,13 +60,12 @@ You might also find the following sites useful:
6060
6161- This guide contains information about how various parts of the
6262 compiler work and how to contribute to the compiler.
63- - [ rustc API docs] -- rustdoc documentation for the compiler
63+ - [ rustc API docs] -- rustdoc documentation for the compiler, devtools, and internal tools
6464- [ Forge] -- contains documentation about Rust infrastructure, team procedures, and more
6565- [ compiler-team] -- the home-base for the Rust compiler team, with description
6666 of the team procedures, active working groups, and the team calendar.
6767- [ std-dev-guide] -- a similar guide for developing the standard library.
6868- [ The t-compiler zulip] [ z ]
69- - [ The compiler's documentation (rustdocs)] ( https://doc.rust-lang.org/nightly/nightly-rustc/ )
7069- [ The Forge] ( https://forge.rust-lang.org/ ) has more documentation about various procedures.
7170- ` #contribute ` and ` #wg-rustup ` on [ Discord] ( https://discord.gg/rust-lang ) .
7271- The [ Rust Internals forum] [ rif ] , a place to ask questions and
@@ -102,7 +101,7 @@ You might also find the following sites useful:
102101[ Miri ] : https://github.com/rust-lang/miri
103102[ @bors ] : https://github.com/bors
104103[ GitHub repository ] : https://github.com/rust-lang/rustc-dev-guide/
105- [ rustc API docs ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
104+ [ rustc API docs ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle
106105[ Forge ] : https://forge.rust-lang.org/
107106[ compiler-team ] : https://github.com/rust-lang/compiler-team/
108107[ std-dev-guide ] : https://std-dev-guide.rust-lang.org/
0 commit comments