Skip to content

Commit 6c6a973

Browse files
committed
---
yaml --- r: 15815 b: refs/heads/try c: e2d18c9 h: refs/heads/master i: 15813: 6b45886 15811: 25cdaba 15807: a07f342 v: v3
1 parent e35e576 commit 6c6a973

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: ab735320b489ce38a17ad245bd6debfde3219bac
5+
refs/heads/try: e2d18c9a8ac87f9a65a731f2316ecdd5c69db910
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/trans/base.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,6 @@ fn iter_structural_ty(cx: block, av: ValueRef, t: ty::t,
10571057
ret next_cx;
10581058
}
10591059
ty::ty_class(did, substs) {
1060-
assert(ty::ty_dtor(cx.tcx(), did) == none);
1061-
// a class w/ no dtor is like a record type
10621060
for vec::eachi(ty::class_items_as_fields(cx.tcx(), did, substs))
10631061
{|i, fld|
10641062
let llfld_a = GEPi(cx, av, [0u, i]);

0 commit comments

Comments
 (0)