Fix pretty printer for move.
This commit is contained in:
parent
78b0d33c35
commit
f4df2e4974
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue