Skip to content

Commit 6a57e22

Browse files
committed
---
yaml --- r: 1122 b: refs/heads/master c: 194d784 h: refs/heads/master v: v3
1 parent 8feb741 commit 6a57e22

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: 9fb2284600f79314dbe6aa16cccd3e9076cb136c
2+
refs/heads/master: 194d7844ea653442a1e713ad9ff79c3ce43209ab

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,8 @@ fn make_drop_glue(@block_ctxt cx, ValueRef v, @typeck.ty t) -> result {
736736
}
737737
}
738738
}
739-
cx.fcx.ccx.sess.bug("bad type in trans.make_drop_glue_inner");
739+
cx.fcx.ccx.sess.bug("bad type in trans.make_drop_glue_inner: " +
740+
typeck.ty_to_str(t));
740741
fail;
741742
}
742743

0 commit comments

Comments
 (0)