Skip to content

Commit a351c03

Browse files
committed
---
yaml --- r: 2978 b: refs/heads/master c: 99c72b9 h: refs/heads/master v: v3
1 parent 1efa20b commit a351c03

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
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: cc06bd4aa5c2e6573c67098158620f7233d15995
2+
refs/heads/master: 99c72b98b5b7cb9c48265f9727ef957d4df181aa

trunk/src/comp/middle/ty.rs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -546,12 +546,10 @@ fn ty_to_str(&ctxt cx, &t typ) -> str {
546546
ret mstr + ty_to_str(cx, m.ty);
547547
}
548548

549-
/*alt (cname(cx, typ)) {
550-
case (some(?cs)) {
551-
ret cs;
552-
}
553-
case (_) { }
554-
}*/
549+
alt (cname(cx, typ)) {
550+
case (some(?cs)) { ret cs; }
551+
case (_) { /* fall through */ }
552+
}
555553

556554
auto s = "";
557555

0 commit comments

Comments
 (0)