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

use std;

mod fe {
    mod lexer;
    mod parser;
}

mod driver {
    mod rustc;
}

mod lib {
    mod llvm;
}

// 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: