Convert misc compiler bits to istrs. Issue #855

This commit is contained in:
Brian Anderson 2011-08-27 18:01:52 -07:00
parent cffd9b8044
commit 5f57a508af
12 changed files with 93 additions and 91 deletions

View file

@ -102,7 +102,7 @@ fn ty_to_str(cx: &ctxt, typ: &t) -> istr {
}
alt cname(cx, typ) {
some(cs) {
ret istr::from_estr(cs);
ret cs;
}
_ { }
}