about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduardo Bautista <=>2014-08-08 00:47:47 -0500
committerEduardo Bautista <=>2014-08-08 00:47:47 -0500
commit59f23aec07977db952bbda6135145f598ae2e014 (patch)
tree601bc6fb40884e7c8fcd2ecb1955eed061c2dea2
parentaae7901a78d5804306f7b20b01622d2a423db37c (diff)
downloadrust-59f23aec07977db952bbda6135145f598ae2e014.tar.gz
rust-59f23aec07977db952bbda6135145f598ae2e014.zip
Update error message on compile
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index a2b3f22c155..d31616572ff 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -517,7 +517,7 @@ note: in expansion of format_args!
 <std macros>:1:1: 3:2 note: in expansion of println!
 src/hello_world.rs:4:5: 4:42 note: expansion site
 error: aborting due to previous error
-Could not execute process `rustc src/hello_world.rs --crate-type bin --out-dir /home/you/projects/hello_world/target -L /home/you/projects/hello_world/target -L /home/you/projects/hello_world/target/deps` (status=101)
+Could not compile `hello_world`.
 ```
 
 Rust will not let us use a value that has not been initialized. So why let us