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 74b79c0 commit 78ca5b9Copy full SHA for 78ca5b9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 19f85cc9c4165715649eb30f818f854351fe333f
+refs/heads/master: 023bbc0449546bfd93d96f1b6083901e2245c9f7
trunk/src/comp/front/ast.rs
@@ -182,7 +182,7 @@ tag unop {
182
fn unop_to_str(unop op) -> str {
183
alt (op) {
184
case (box(?mt)) {
185
- if (mt == mut) { ret "@mutable"; }
+ if (mt == mut) { ret "@mutable "; }
186
ret "@";
187
}
188
case (deref) {ret "*";}
0 commit comments