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
|
|
@ -486,7 +486,7 @@ fn parse_ty(p: &parser, colons_before_params: bool) -> @ast::ty {
|
|||
} else if eat_word(p, "float") {
|
||||
t = ast::ty_float;
|
||||
} else if eat_word(p, "str") {
|
||||
t = ast::ty_istr;
|
||||
t = ast::ty_str;
|
||||
} else if eat_word(p, "char") {
|
||||
t = ast::ty_char;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue