about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/comp/driver/rustc.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index 752ab999197..004c9d4c17d 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -37,8 +37,8 @@ impure fn compile_input(session.session sess, str input, str output,
 fn warn_wrong_compiler() {
     log "This is the rust 'self-hosted' compiler.";
     log "The one written in rust.";
-    log "It does nothing yet, it's a placeholder.";
-    log "You want rustboot, the compiler next door.";
+    log "It is currently incomplete.";
+    log "You may want rustboot insteaad, the compiler next door.";
 }
 
 fn usage(session.session sess, str argv0) {