Skip to content

Commit 6556c84

Browse files
committed
Add a link to the rustc docs
1 parent 4af9132 commit 6556c84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,16 @@ variety of channels on Mozilla's IRC network, irc.mozilla.org. The
225225
most popular channel is [#rust], a venue for general discussion about
226226
Rust. And a good place to ask for help would be [#rust-beginners].
227227

228-
Also, the [rustc guide] might be a good place to start if you want to
229-
find out how various parts of the compiler work.
228+
The [rustc guide] might be a good place to start if you want to find out how
229+
various parts of the compiler work.
230+
231+
Also, you may find the [rustdocs for the compiler itself][rustdocs] useful.
230232

231233
[IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
232234
[#rust]: irc://irc.mozilla.org/rust
233235
[#rust-beginners]: irc://irc.mozilla.org/rust-beginners
234236
[rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/about-this-guide.html
237+
[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
235238

236239
## License
237240
[license]: #license

0 commit comments

Comments
 (0)