Skip to content

Commit b9e4c68

Browse files
committed
---
yaml --- r: 1257 b: refs/heads/master c: 3a920e7 h: refs/heads/master i: 1255: 258d866 v: v3
1 parent e81a262 commit b9e4c68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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: bc21965c98d487f3added370b3ded73de2ceeda6
2+
refs/heads/master: 3a920e7ca89f5be8f85623fc7400dd188d9047ac

trunk/src/comp/middle/ty.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@ fn ty_to_str(&@t typ) -> str {
247247
s = "<T" + util.common.istr(v) + ">";
248248
}
249249

250+
case (ty_local(?id)) {
251+
s = "<L" + util.common.istr(id._0) + ":" + util.common.istr(id._1)
252+
+ ">";
253+
}
254+
250255
case (ty_param(?id)) {
251256
s = "<P" + util.common.istr(id._0) + ":" + util.common.istr(id._1)
252257
+ ">";

0 commit comments

Comments
 (0)