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