Fix pretty printer for move.
This commit is contained in:
parent
78b0d33c35
commit
f4df2e4974
@ -693,7 +693,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
|
||||
case (ast::expr_move(?lhs,?rhs,_)) {
|
||||
print_expr(s, lhs);
|
||||
space(s.s);
|
||||
wrd1(s, "<-");
|
||||
word_space(s, "<-");
|
||||
print_expr(s, rhs);
|
||||
}
|
||||
case (ast::expr_assign(?lhs,?rhs,_)) {
|
||||
|
Loading…
Reference in New Issue
Block a user