diff options
| author | Graydon Hoare <[email protected]> | 2011-01-26 13:51:29 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-26 13:51:29 -0800 |
| commit | 5b857da15fc7bbbc4866d95bd8cc16397f9c3001 (patch) | |
| tree | fb7d5165526796398f363b65b1cbd0b2551bbd61 | |
| parent | Slight makefile refactoring. (diff) | |
| download | rust-5b857da15fc7bbbc4866d95bd8cc16397f9c3001.tar.xz rust-5b857da15fc7bbbc4866d95bd8cc16397f9c3001.zip | |
Change rustc warning to be a little less dismissive.
| -rw-r--r-- | src/comp/driver/rustc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |