Convert misc compiler bits to istrs. Issue #855
This commit is contained in:
parent
cffd9b8044
commit
5f57a508af
12 changed files with 93 additions and 91 deletions
|
|
@ -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;
|
||||
}
|
||||
_ { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue