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 21a33ac commit 4f8bd47Copy full SHA for 4f8bd47
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: dba9caeba9579a17c9cbb9665b9ea160c12004ac
+refs/heads/master: 1f915ef7ce96c86611ed5eaeae21afa3443ce5a0
trunk/src/comp/pretty/pprust.rs
@@ -560,6 +560,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
560
}
561
case (ast::expr_call(?func,?args,_)) {
562
print_expr(s, func);
563
+ zerobreak(s.s);
564
popen(s);
565
commasep_exprs(s, inconsistent, args);
566
pclose(s);
0 commit comments