@@ -23,7 +23,7 @@ series of small examples.
23
23
# Community & Getting Help
24
24
25
25
If 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:
27
27
28
28
The Rust IRC channels on [ irc.mozilla.org] ( http://irc.mozilla.org/ ) are the
29
29
fastest way to get help.
@@ -58,7 +58,7 @@ the language in as much detail as possible is in [the reference](reference.html)
58
58
59
59
# Tools
60
60
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
62
62
tools we have are really nice.
63
63
64
64
[ Cargo] ( http://crates.io ) is Rust's package manager, and its website contains
@@ -68,16 +68,21 @@ lots of good documentation.
68
68
69
69
# FAQs
70
70
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:
72
72
73
73
* [ Language Design FAQ] ( complement-design-faq.html )
74
74
* [ Language FAQ] ( complement-lang-faq.html )
75
75
* [ Project FAQ] ( complement-project-faq.html )
76
76
* [ How to submit a bug report] ( https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports )
77
77
78
- # The standard library
78
+ # The Standard Library
79
79
80
80
We have [ API documentation for the entire standard
81
81
library] ( std/index.html ) . There's a list of crates on the left with more
82
82
specific sections, or you can use the search bar at the top to search for
83
83
something 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