aboutsummaryrefslogtreecommitdiff
path: root/src/comp/driver/rustc.rs
blob: 077bf70d67973646ee5b73ab6a222d28323b7c4a (plain) (blame)
1
2
3
4
5
6
7
8
// -*- rust -*-

fn main(vec[str] args) -> () {
  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.";
}