Skip to content

Commit 5ac765b

Browse files
committed
---
yaml --- r: 3002 b: refs/heads/master c: 06d706e h: refs/heads/master v: v3
1 parent b641c10 commit 5ac765b

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
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 3009574165ca607d1d12bd9a557f06776f69927a
2+
refs/heads/master: 06d706e19772431a38bffe839b9c673952dccf90

trunk/src/comp/middle/typeck.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,8 +2111,6 @@ fn check_expr(&@fn_ctxt fcx, &@ast::expr expr) {
21112111
check_expr(fcx, base);
21122112
auto base_t = expr_ty(fcx.ccx.tcx, base);
21132113
base_t = strip_boxes(fcx, expr.span, base_t);
2114-
base_t = ty::unify::resolve_all_vars(fcx.ccx.tcx,
2115-
fcx.var_bindings, base_t);
21162114
alt (structure_of(fcx, expr.span, base_t)) {
21172115
case (ty::ty_tup(?args)) {
21182116
let uint ix = ty::field_num(fcx.ccx.tcx.sess,

0 commit comments

Comments
 (0)