rustc: Use cnames in ty_to_str again; debugging code crept in

This commit is contained in:
Patrick Walton 2011-06-08 15:49:46 -07:00
parent cc06bd4aa5
commit 99c72b98b5
1 changed files with 4 additions and 6 deletions

View File

@ -546,12 +546,10 @@ fn ty_to_str(&ctxt cx, &t typ) -> str {
ret mstr + ty_to_str(cx, m.ty); ret mstr + ty_to_str(cx, m.ty);
} }
/*alt (cname(cx, typ)) { alt (cname(cx, typ)) {
case (some(?cs)) { case (some(?cs)) { ret cs; }
ret cs; case (_) { /* fall through */ }
} }
case (_) { }
}*/
auto s = ""; auto s = "";