Skip to content

Commit a0c2ebc

Browse files
committed
---
yaml --- r: 3713 b: refs/heads/master c: 2255eda h: refs/heads/master i: 3711: 326c19d v: v3
1 parent 02bffff commit a0c2ebc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: edf82452730162a64ae87a8bb0865e037309a3d7
2+
refs/heads/master: 2255eda6254e10582cd879d33f19159fe803cb23

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ fn add_clean(&@block_ctxt cx, ValueRef val, ty::t ty) {
282282
find_scope_cx(cx).cleanups += ~[clean(bind drop_slot(_, val, ty))];
283283
}
284284
fn add_clean_temp(&@block_ctxt cx, ValueRef val, ty::t ty) {
285-
find_scope_cx(cx).cleanups += ~[clean_temp(val, bind drop_ty(_, val, ty))];
285+
find_scope_cx(cx).cleanups += ~[clean_temp(val,
286+
bind drop_ty(_, val, ty))];
286287
}
287288

288289
// Note that this only works for temporaries. We should, at some point, move

0 commit comments

Comments
 (0)