aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
blob: 3bf3bbcc9bc9d3ef38ebee967b859409deeedcac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- rust -*-

use std;

mod fe {
    mod lexer;
    mod parser;
}

mod driver {
    mod rustc;
}

// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: