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