From f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 2 Sep 2011 16:45:00 -0700 Subject: Rename ty_istr to ty_str. Issue #855 --- src/comp/syntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/syntax/parse') diff --git a/src/comp/syntax/parse/parser.rs b/src/comp/syntax/parse/parser.rs index 1b5d5f38835..9e45df8d111 100644 --- a/src/comp/syntax/parse/parser.rs +++ b/src/comp/syntax/parse/parser.rs @@ -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; /* -- cgit 1.4.1-3-g733a5