We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498f0d2 commit e38a1cbCopy full SHA for e38a1cb
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 78b0d33c3552e47d9472f8ea4c1fb996a21597dc
+refs/heads/master: f4df2e4974388d5104d3eb57487ffcd01cc974b2
trunk/src/comp/pretty/pprust.rs
@@ -693,7 +693,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
693
case (ast::expr_move(?lhs,?rhs,_)) {
694
print_expr(s, lhs);
695
space(s.s);
696
- wrd1(s, "<-");
+ word_space(s, "<-");
697
print_expr(s, rhs);
698
}
699
case (ast::expr_assign(?lhs,?rhs,_)) {
0 commit comments