Rename ty_istr to ty_str. Issue #855
This commit is contained in:
parent
6217ce958e
commit
f1555e2ca8
14 changed files with 35 additions and 35 deletions
|
@ -113,7 +113,7 @@ fn enc_sty(w: &io::writer, cx: &@ctxt, st: &ty::sty) {
|
|||
}
|
||||
}
|
||||
ty::ty_char. { w.write_char('c'); }
|
||||
ty::ty_istr. { w.write_char('S'); }
|
||||
ty::ty_str. { w.write_char('S'); }
|
||||
ty::ty_tag(def, tys) {
|
||||
w.write_str("t[");
|
||||
w.write_str(cx.ds(def));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue