rm obsolete for support from the compiler
This commit is contained in:
parent
1008945528
commit
e7bb33aed8
20 changed files with 15 additions and 323 deletions
|
|
@ -513,7 +513,6 @@ pub fn visit_expr<E:Clone>(visitor: @Visitor<E>, expression: @expr, env: E) {
|
|||
}
|
||||
expr_addr_of(_, subexpression) |
|
||||
expr_unary(_, _, subexpression) |
|
||||
expr_loop_body(subexpression) |
|
||||
expr_do_body(subexpression) => {
|
||||
visitor.visit_expr(subexpression, env.clone())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue