We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988695a commit 5297582Copy full SHA for 5297582
src/comp/fe/ast.rs
@@ -0,0 +1,12 @@
1
+type crate = rec( str filename );
2
+
3
+//
4
+// Local Variables:
5
+// mode: rust
6
+// fill-column: 78;
7
+// indent-tabs-mode: nil
8
+// c-basic-offset: 4
9
+// buffer-file-coding-system: utf-8-unix
10
+// compile-command: "make -k -C ../.. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
11
+// End:
12
src/comp/rustc.rc
@@ -4,6 +4,7 @@
use std;
mod fe {
+ mod ast;
mod lexer;
mod parser;
}
0 commit comments