We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db3f063 + d73d22b commit fe3ab21Copy full SHA for fe3ab21
src/doc/trpl/installing-rust.md
@@ -85,10 +85,10 @@ $ rustc --version
85
```
86
87
You should see the version number, commit hash, and commit date. If you just
88
-installed version 1.0.0, you should see:
+installed version 1.2.0, you should see:
89
90
```bash
91
-rustc 1.0.0 (a59de37e9 2015-05-13)
+rustc 1.2.0 (082e47636 2015-08-03)
92
93
94
If you did, Rust has been installed successfully! Congrats!
0 commit comments