Skip to content

Commit 3c939f9

Browse files
author
Rafael Avila de Espindola
committed
---
yaml --- r: 1394 b: refs/heads/master c: 2936371 h: refs/heads/master v: v3
1 parent 5f37ee3 commit 3c939f9

File tree

3 files changed

+2
-2
lines changed

3 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: f50caa75c20f997a578d70c696cc9c1bf9fa40fe
2+
refs/heads/master: 293637139fe55990397849badfb60c96d4211b31

trunk/src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ TEST_XFAILS_RUSTC := $(filter-out \
507507
linear-for-loop.rs \
508508
multiline-comment.rs \
509509
mutual-recursion-group.rs \
510-
native2.rs \
511510
obj-drop.rs \
512511
obj-recursion.rs \
513512
obj-with-vec.rs \

trunk/src/comp/middle/ty.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ fn ty_to_str(&@t typ) -> str {
210210
}
211211

212212
alt (typ.struct) {
213+
case (ty_native) { s = "native"; }
213214
case (ty_nil) { s = "()"; }
214215
case (ty_bool) { s = "bool"; }
215216
case (ty_int) { s = "int"; }

0 commit comments

Comments
 (0)