Don't recurse twice into ExprParen in vtable checking.
This commit is contained in:
parent
1228fb0c99
commit
1ca1ff23d3
1 changed files with 0 additions and 4 deletions
|
@ -693,10 +693,6 @@ pub fn early_resolve_expr(ex: &ast::Expr, fcx: @FnCtxt, is_early: bool) {
|
|||
});
|
||||
}
|
||||
|
||||
ast::ExprParen(e) => {
|
||||
early_resolve_expr(e, fcx, is_early);
|
||||
}
|
||||
|
||||
// Must resolve bounds on methods with bounded params
|
||||
ast::ExprBinary(callee_id, _, _, _) |
|
||||
ast::ExprUnary(callee_id, _, _) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue