]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/ty.rs
librustc: De-`@str` type short names
[rust.git] / src / librustc / middle / ty.rs
index 681eabb797dc27939e4efe9c420cf07a874edda0..93bfe9c51e1dd1f40bc8de68e0fbc7d9690c5cf9 100644 (file)
@@ -291,7 +291,7 @@ pub struct ctxt_ {
     freevars: RefCell<freevars::freevar_map>,
     tcache: type_cache,
     rcache: creader_cache,
-    short_names_cache: RefCell<HashMap<t, @str>>,
+    short_names_cache: RefCell<HashMap<t, ~str>>,
     needs_unwind_cleanup_cache: RefCell<HashMap<t, bool>>,
     tc_cache: RefCell<HashMap<uint, TypeContents>>,
     ast_ty_to_ty_cache: RefCell<HashMap<NodeId, ast_ty_to_ty_cache_entry>>,