Skip to content

Commit 5c754bf

Browse files
committed
---
yaml --- r: 6087 b: refs/heads/master c: 7ed7e7f h: refs/heads/master i: 6085: 01c2783 6083: ab4cc71 6079: c9ad0e2 v: v3
1 parent c4dd3c1 commit 5c754bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 74e4b3b5c1fa0206fabcaa15438f5d3f5a801f82
2+
refs/heads/master: 7ed7e7fa7975205a0c45e94909c812e231083457

trunk/src/comp/util/ppaux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn ty_to_str(cx: ctxt, typ: t) -> str {
121121
if vec::len::<t>(tps) > 0u {
122122
let strs: [str] = [];
123123
for typ: t in tps { strs += [ty_to_str(cx, typ)]; }
124-
s += "[" + str::connect(strs, ",") + "]";
124+
s += "<" + str::connect(strs, ",") + ">";
125125
}
126126
s
127127
}

0 commit comments

Comments
 (0)