Skip to content

Commit 431ab88

Browse files
committed
---
yaml --- r: 22989 b: refs/heads/master c: 8c77536 h: refs/heads/master i: 22987: 05af29d v: v3
1 parent bc4a48d commit 431ab88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: edfc79cc4798798ecaf4e7fead54dd2e1c3e703e
2+
refs/heads/master: 8c77536526f5ab21b457dc9479dcbbe244b91fc0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustc/middle/ty.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,6 +3133,10 @@ fn normalize_ty(cx: ctxt, t: t) -> t {
31333133
// This type has a vstore. Get rid of it
31343134
mk_evec(cx, normalize_mt(cx, mt), normalize_vstore(vstore)),
31353135

3136+
ty_estr(vstore) =>
3137+
// This type has a vstore. Get rid of it
3138+
mk_estr(cx, normalize_vstore(vstore)),
3139+
31363140
ty_rptr(region, mt) =>
31373141
// This type has a region. Get rid of it
31383142
mk_rptr(cx, re_static, normalize_mt(cx, mt)),

0 commit comments

Comments
 (0)