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 c4dd3c1 commit 5c754bfCopy full SHA for 5c754bf
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 74e4b3b5c1fa0206fabcaa15438f5d3f5a801f82
+refs/heads/master: 7ed7e7fa7975205a0c45e94909c812e231083457
trunk/src/comp/util/ppaux.rs
@@ -121,7 +121,7 @@ fn ty_to_str(cx: ctxt, typ: t) -> str {
121
if vec::len::<t>(tps) > 0u {
122
let strs: [str] = [];
123
for typ: t in tps { strs += [ty_to_str(cx, typ)]; }
124
- s += "[" + str::connect(strs, ",") + "]";
+ s += "<" + str::connect(strs, ",") + ">";
125
}
126
s
127
0 commit comments