aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-12 10:27:50 -0700
committerGraydon Hoare <[email protected]>2010-08-12 10:27:50 -0700
commit5297582ba2e639368fe2ac65036408441cf8a25c (patch)
tree8dea755b87b5c74b2c6c2de020dcf142e9f66dbe /src/comp/rustc.rc
parentAdded support for task sleeping in the scheduler. (diff)
downloadrust-5297582ba2e639368fe2ac65036408441cf8a25c.tar.xz
rust-5297582ba2e639368fe2ac65036408441cf8a25c.zip
Add mostly-empty AST module to rustc.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 7b1f9236..87dbc6b4 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -4,6 +4,7 @@
use std;
mod fe {
+ mod ast;
mod lexer;
mod parser;
}