Skip to content

Commit 1c70848

Browse files
michaelsproulsteveklabnik
authored andcommitted
---
yaml --- r: 205309 b: refs/heads/stable c: 98fef7b h: refs/heads/master i: 205307: 4b70d94 v: v3
1 parent a3f1462 commit 1c70848

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: c2b30b86df6b34ba19e87e63402e43d9e81a64fb
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
3939
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
40-
refs/heads/stable: 0975d840a7f360e38e58a8b1dd70ef32505aee84
40+
refs/heads/stable: 98fef7b8f2472c745ad4eaa0cbde020ac0e8f93e

branches/stable/src/doc/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ series of small examples.
2323
# Community & Getting Help
2424

2525
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:
2727

2828
The Rust IRC channels on [irc.mozilla.org](http://irc.mozilla.org/) are the
2929
fastest 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
6262
tools 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

8080
We have [API documentation for the entire standard
8181
library](std/index.html). There's a list of crates on the left with more
8282
specific sections, or you can use the search bar at the top to search for
8383
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

Comments
 (0)