about summary refs log tree commit diff
path: root/src/comp/syntax
diff options
context:
space:
mode:
authorJesse Ruderman <jruderman@gmail.com>2011-09-10 18:55:09 -0700
committerJesse Ruderman <jruderman@gmail.com>2011-09-10 18:55:09 -0700
commit476bbca87abb9aa17f84d1a8fb91bdefda4668ba (patch)
tree35b3a78ffddb5c7951f0f1910e257a15b01f7713 /src/comp/syntax
parent8df7c2b0d45e1f69ead3bca145f32ca1a399513d (diff)
downloadrust-476bbca87abb9aa17f84d1a8fb91bdefda4668ba.tar.gz
rust-476bbca87abb9aa17f84d1a8fb91bdefda4668ba.zip
Fuzzer: move tys around in addition to exprs
Diffstat (limited to 'src/comp/syntax')
-rw-r--r--src/comp/syntax/fold.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/syntax/fold.rs b/src/comp/syntax/fold.rs
index 770ed307e14..899d940b390 100644
--- a/src/comp/syntax/fold.rs
+++ b/src/comp/syntax/fold.rs
@@ -13,6 +13,7 @@ export noop_fold_crate;
 export noop_fold_item;
 export noop_fold_expr;
 export noop_fold_mod;
+export noop_fold_ty;
 
 type ast_fold = @mutable a_f;