Clean out rustc so it doesn't give the false impression of doing anything yet.
This commit is contained in:
parent
48488b0dcf
commit
3f354b24dc
@ -1,12 +1,8 @@
|
||||
// -*- rust -*-
|
||||
|
||||
fn main(vec[str] args) -> () {
|
||||
let int i = 0;
|
||||
for (str filename in args) {
|
||||
if (i > 0) {
|
||||
auto br = std._io.mk_buf_reader(filename);
|
||||
log "opened file: " + filename;
|
||||
}
|
||||
i += 1;
|
||||
}
|
||||
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.";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user