Fuzzer: move tys around in addition to exprs

This commit is contained in:
Jesse Ruderman 2011-09-10 18:55:09 -07:00
parent 8df7c2b0d4
commit 476bbca87a
2 changed files with 94 additions and 21 deletions

View file

@ -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;