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
|
|
@ -324,7 +324,7 @@ fn shape_of(ccx: &@crate_ctxt, t: ty::t, ty_param_map: &[uint]) -> [u8] {
|
|||
|
||||
|
||||
|
||||
ty::ty_istr. {
|
||||
ty::ty_str. {
|
||||
s += [shape_vec];
|
||||
add_bool(s, true); // type is POD
|
||||
let unit_ty = ty::mk_mach(ccx.tcx, ast::ty_u8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue