Skip to content

Commit 447b953

Browse files
committed
---
yaml --- r: 2285 b: refs/heads/master c: b9babe4 h: refs/heads/master i: 2283: 7922e3e v: v3
1 parent a2c4e32 commit 447b953

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: 1acf4043616c9b330f079b83ebbaf6eff8c636fa
2+
refs/heads/master: b9babe47da390ea128d835d898e3acbd066f1686

trunk/src/comp/middle/trans.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,9 @@ fn make_drop_glue(@block_ctxt cx, ValueRef v0, ty.t t) {
19191919
C_int(abi.obj_body_elt_tydesc)));
19201920
auto tydesc = cx.build.Load(tydescptr);
19211921

1922-
auto cx_ = maybe_call_dtor(cx, o);
1922+
// FIXME: disabled for now.
1923+
// auto cx_ = maybe_call_dtor(cx, o);
1924+
auto cx_ = cx;
19231925

19241926
// Call through the obj's own fields-drop glue first.
19251927
call_tydesc_glue_full(cx_, body, tydesc,

0 commit comments

Comments
 (0)