diff options
| author | Paul Stansifer <paul.stansifer@gmail.com> | 2011-06-20 17:25:49 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-28 15:02:12 +0000 |
| commit | b6326817803079ed33b13b87429ef7d77ce5f4cb (patch) | |
| tree | 7fb8904daa262e2d4ae9d876f8f9f92a4697c3ca /src/comp/rustc.rc | |
| parent | be748fc21586f32ca797dcda95ddc122ae8ab334 (diff) | |
| download | rust-b6326817803079ed33b13b87429ef7d77ce5f4cb.tar.gz rust-b6326817803079ed33b13b87429ef7d77ce5f4cb.zip | |
Add AST fold.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
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; |
