Change rustc warning to be a little less dismissive.
This commit is contained in:
parent
da32bc1332
commit
5b857da15f
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue