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 5f37ee3 commit 3c939f9Copy full SHA for 3c939f9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f50caa75c20f997a578d70c696cc9c1bf9fa40fe
+refs/heads/master: 293637139fe55990397849badfb60c96d4211b31
trunk/src/Makefile
@@ -507,7 +507,6 @@ TEST_XFAILS_RUSTC := $(filter-out \
507
linear-for-loop.rs \
508
multiline-comment.rs \
509
mutual-recursion-group.rs \
510
- native2.rs \
511
obj-drop.rs \
512
obj-recursion.rs \
513
obj-with-vec.rs \
trunk/src/comp/middle/ty.rs
@@ -210,6 +210,7 @@ fn ty_to_str(&@t typ) -> str {
210
}
211
212
alt (typ.struct) {
213
+ case (ty_native) { s = "native"; }
214
case (ty_nil) { s = "()"; }
215
case (ty_bool) { s = "bool"; }
216
case (ty_int) { s = "int"; }
0 commit comments