Fix bug in vtable resolution
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user