From 5b857da15fc7bbbc4866d95bd8cc16397f9c3001 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 26 Jan 2011 13:51:29 -0800 Subject: Change rustc warning to be a little less dismissive. --- src/comp/driver/rustc.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comp') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 752ab999..004c9d4c 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) { -- cgit v1.2.3