From 25e81d2f5fa3e4569ab3975f44b3b8f901e5a779 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 6 Oct 2014 16:22:44 -0700 Subject: [PATCH] doc: Update output of `rustc --version` --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 871ceb21f6a..912d6545825 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -85,7 +85,7 @@ $ rustc --version You should see some output that looks something like this: ```{ignore} -rustc 0.12.0-pre (443a1cd 2014-06-08 14:56:52 -0700) +rustc 0.12.0-nightly (b7aa03a3c 2014-09-28 11:38:01 +0000) ``` If you did, Rust has been installed successfully! Congrats!