Skip to content

Commit fcd1c36

Browse files
committed
Rollup merge of rust-lang#22866 - iKevinY:version-output-doc-fix, r=Manishearth
The format of `rustc --version` was changed in rust-lang#21957; this PR updates TRPL accordingly.
2 parents 040a811 + 9a4387f commit fcd1c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/trpl/installing-rust.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ If you've got Rust installed, you can open up a shell, and type this:
7070
$ rustc --version
7171
```
7272

73-
You should see some output that looks something like this:
73+
You should see the version number, commit hash, commit date and build date:
7474

7575
```bash
76-
rustc 1.0.0-nightly (f11f3e7ba 2015-01-04 20:02:14 +0000)
76+
rustc 1.0.0-nightly (f11f3e7ba 2015-01-04) (built 2015-01-06)
7777
```
7878

7979
If you did, Rust has been installed successfully! Congrats!

0 commit comments

Comments
 (0)