From c5a407b11bf01aa2a348010dffbbce2cf202d503 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 19 Jan 2012 15:20:57 -0800 Subject: stdlib: "tag" -> "enum" --- src/libstd/c_vec.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/c_vec.rs') diff --git a/src/libstd/c_vec.rs b/src/libstd/c_vec.rs index 5bab771ab7d..05d59c2b50b 100644 --- a/src/libstd/c_vec.rs +++ b/src/libstd/c_vec.rs @@ -37,12 +37,12 @@ export ptr; /* Type: t - The type representing a native chunk of memory. Wrapped in a tag for + The type representing a native chunk of memory. Wrapped in a enum for opacity; FIXME #818 when it is possible to have truly opaque types, this should be revisited. */ -tag t { +enum t { t({ base: *mutable T, len: uint, rsrc: @dtor_res}); } -- cgit 1.4.1-3-g733a5