aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-10-06 18:36:28 -0700
committerGraydon Hoare <[email protected]>2010-10-06 18:36:28 -0700
commitfa5ef4cfb64d900a659f2e4380c8f2c8718f3826 (patch)
treefa83697f1be4111e436a3cdd685f1aaf4b5a78a8 /src/comp/rustc.rc
parentMake ast node box uses more uniform in rustc. (diff)
downloadrust-fa5ef4cfb64d900a659f2e4380c8f2c8718f3826.tar.xz
rust-fa5ef4cfb64d900a659f2e4380c8f2c8718f3826.zip
Add the beginnings of an ast folder plus an empty module for resolve.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 76b8fd62..cce0d38f 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -11,6 +11,8 @@ mod front {
}
mod middle {
+ mod fold;
+ mod resolve;
mod trans;
}