Remove the '<->' operator from the language
This commit is contained in:
parent
998fececd6
commit
63c7e2f991
18 changed files with 16 additions and 128 deletions
|
@ -1328,12 +1328,6 @@ pub fn print_expr(s: @ps, expr: @ast::expr) {
|
|||
word_space(s, ~"=");
|
||||
print_expr(s, rhs);
|
||||
}
|
||||
ast::expr_swap(lhs, rhs) => {
|
||||
print_expr(s, lhs);
|
||||
space(s.s);
|
||||
word_space(s, ~"<->");
|
||||
print_expr(s, rhs);
|
||||
}
|
||||
ast::expr_assign_op(op, lhs, rhs) => {
|
||||
print_expr(s, lhs);
|
||||
space(s.s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue