Skip to content

Commit ab50da9

Browse files
jrudermanbrson
authored andcommitted
Export noop_fold_expr so the fuzzer can use it
1 parent 425b331 commit ab50da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/syntax/fold.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export make_fold;
1313
export dummy_out;
1414
export noop_fold_crate;
1515
export noop_fold_item;
16+
export noop_fold_expr;
1617

1718
type ast_fold = @mutable a_f;
1819

0 commit comments

Comments
 (0)