about summary refs log tree commit diff
path: root/src/comp/syntax/ast.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-09-02 16:45:00 -0700
committerBrian Anderson <banderson@mozilla.com>2011-09-02 22:11:46 -0700
commitf1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd (patch)
treed993d819f17a9d95b274015d504a073e7915e671 /src/comp/syntax/ast.rs
parent6217ce958e4b1007ca9e49751dba1aa1b68fbe67 (diff)
downloadrust-f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd.tar.gz
rust-f1555e2ca88d3c300e1c92cdc4cbc5bf84de86cd.zip
Rename ty_istr to ty_str. Issue #855
Diffstat (limited to 'src/comp/syntax/ast.rs')
-rw-r--r--src/comp/syntax/ast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/ast.rs b/src/comp/syntax/ast.rs
index 84d9c28cfe1..aecd78262ef 100644
--- a/src/comp/syntax/ast.rs
+++ b/src/comp/syntax/ast.rs
@@ -302,7 +302,7 @@ tag ty_ {
     ty_float;
     ty_machine(ty_mach);
     ty_char;
-    ty_istr;
+    ty_str;
     ty_box(mt);
     ty_vec(mt);
     ty_ptr(mt);