Fix bug in vtable resolution

This commit is contained in:
Marijn Haverbeke
2012-03-21 15:56:36 +01:00
parent bc3f5e7160
commit 9502fb99e0

View File

@@ -3625,8 +3625,6 @@ mod vtable {
_ {} _ {}
} }
} }
ast::expr_fn(p, _, _, _) if ast::is_blockish(p) {}
ast::expr_fn(_, _, _, _) { ret; }
_ {} _ {}
} }
visit::visit_expr(ex, fcx, v); visit::visit_expr(ex, fcx, v);