@@ -24,7 +24,7 @@ series of small examples.
2424# Community & Getting Help
2525
2626If you need help with something, or just want to talk about Rust with others,
27- there's a few places you can do that:
27+ there are a few places you can do that:
2828
2929The Rust IRC channels on [ irc.mozilla.org] ( http://irc.mozilla.org/ ) are the
3030fastest way to get help.
@@ -59,7 +59,7 @@ the language in as much detail as possible is in [the reference](reference.html)
5959
6060# Tools
6161
62- Rust's still a young language, so there isn't a ton of tooling yet, but the
62+ Rust is still a young language, so there isn't a ton of tooling yet, but the
6363tools we have are really nice.
6464
6565[ Cargo] ( http://crates.io ) is Rust's package manager, and its website contains
@@ -69,16 +69,21 @@ lots of good documentation.
6969
7070# FAQs
7171
72- There are questions that are asked quite often, and so we've made FAQs for them:
72+ There are questions that are asked quite often, so we've made FAQs for them:
7373
7474* [ Language Design FAQ] ( complement-design-faq.html )
7575* [ Language FAQ] ( complement-lang-faq.html )
7676* [ Project FAQ] ( complement-project-faq.html )
7777* [ How to submit a bug report] ( https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports )
7878
79- # The standard library
79+ # The Standard Library
8080
8181We have [ API documentation for the entire standard
8282library] ( std/index.html ) . There's a list of crates on the left with more
8383specific sections, or you can use the search bar at the top to search for
8484something if you know its name.
85+
86+ # The Error Index
87+
88+ If you encounter an error while compiling your code you may be able to look it
89+ up in the [ Rust Compiler Error Index] ( error-index.html ) .
0 commit comments