We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b000b commit 76fa4f4Copy full SHA for 76fa4f4
src/doc/trpl/installing-rust.md
@@ -74,7 +74,7 @@ $ rustc --version
74
You should see the version number, commit hash, commit date and build date:
75
76
```bash
77
-rustc 1.0.0-beta (9854143cb 2015-04-02) (built 2015-04-02)
+rustc 1.0.0 (a59de37e9 2015-05-13) (built 2015-05-14)
78
```
79
80
If you did, Rust has been installed successfully! Congrats!
0 commit comments