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
|
|
@ -286,7 +286,7 @@ fn mk_test_desc_rec(cx: &test_ctxt, test: test) -> @ast::expr {
|
|||
|
||||
fn mk_main(cx: &test_ctxt) -> @ast::item {
|
||||
|
||||
let args_mt: ast::mt = {ty: @nospan(ast::ty_istr), mut: ast::imm};
|
||||
let args_mt: ast::mt = {ty: @nospan(ast::ty_str), mut: ast::imm};
|
||||
let args_ty: ast::ty = nospan(ast::ty_vec(args_mt));
|
||||
|
||||
let args_arg: ast::arg =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue