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 e81a262 commit b9e4c68Copy full SHA for b9e4c68
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: bc21965c98d487f3added370b3ded73de2ceeda6
+refs/heads/master: 3a920e7ca89f5be8f85623fc7400dd188d9047ac
trunk/src/comp/middle/ty.rs
@@ -247,6 +247,11 @@ fn ty_to_str(&@t typ) -> str {
247
s = "<T" + util.common.istr(v) + ">";
248
}
249
250
+ case (ty_local(?id)) {
251
+ s = "<L" + util.common.istr(id._0) + ":" + util.common.istr(id._1)
252
+ + ">";
253
+ }
254
+
255
case (ty_param(?id)) {
256
s = "<P" + util.common.istr(id._0) + ":" + util.common.istr(id._1)
257
+ ">";
0 commit comments