Remove lots of estr code from rustc. Issue #855
This commit is contained in:
parent
1d3eb4911a
commit
9c173f17c0
26 changed files with 35 additions and 140 deletions
|
@ -113,7 +113,6 @@ fn enc_sty(w: &io::writer, cx: &@ctxt, st: &ty::sty) {
|
|||
}
|
||||
}
|
||||
ty::ty_char. { w.write_char('c'); }
|
||||
ty::ty_str. { w.write_char('s'); }
|
||||
ty::ty_istr. { w.write_char('S'); }
|
||||
ty::ty_tag(def, tys) {
|
||||
w.write_str(~"t[");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue