Change rustc warning to be a little less dismissive.

This commit is contained in:
Graydon Hoare 2011-01-26 13:51:29 -08:00
parent da32bc1332
commit 5b857da15f

View File

@ -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) {