about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPaul Stansifer <paul.stansifer@gmail.com>2011-06-20 17:25:49 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-06-28 15:02:12 +0000
commitb6326817803079ed33b13b87429ef7d77ce5f4cb (patch)
tree7fb8904daa262e2d4ae9d876f8f9f92a4697c3ca /src/comp/rustc.rc
parentbe748fc21586f32ca797dcda95ddc122ae8ab334 (diff)
downloadrust-b6326817803079ed33b13b87429ef7d77ce5f4cb.tar.gz
rust-b6326817803079ed33b13b87429ef7d77ce5f4cb.zip
Add AST fold.
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 42236bb53ae..2adecfa13bb 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -48,6 +48,7 @@ mod front {
     mod ext;
     mod extfmt;
     mod extenv;
+    mod fold;
     mod codemap;
     mod lexer;
     mod parser;