Skip to content

Commit 8bb63f3

Browse files
committed
---
yaml --- r: 3492 b: refs/heads/master c: 3483c65 h: refs/heads/master v: v3
1 parent fc0aadd commit 8bb63f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: aa6a3debf31ce95de37cb2496976b7fcbd090a6b
2+
refs/heads/master: 3483c65b1f7b511e1428e7599aee3fe747e4301a

trunk/src/comp/front/fold.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ fn noop_fold_item_underscore(&item_ i, ast_fold fld) -> item_ {
225225
dtor=option::map(fld.fold_method,o.dtor)),
226226
typms, d)
227227
}
228+
case (item_res(?dtor, ?did, ?typms, ?cid)) {
229+
item_res(fld.fold_fn(dtor), did, typms, cid)
230+
}
228231
};
229232
}
230233

0 commit comments

Comments
 (0)