summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-11-19 23:20:06 -0500
committerDaniel Micay <danielmicay@gmail.com>2013-11-19 23:52:43 -0500
commit543cae9a464fda1f1652eb1b103e648472d5dd73 (patch)
tree3a4d9ff3eb0db5a389ee383dafc7a08a1fc7191e /src/libstd/lib.rs
parentb4197aeed670acd855c21c0b66c87eed0919c219 (diff)
downloadrust-543cae9a464fda1f1652eb1b103e648472d5dd73.tar.gz
rust-543cae9a464fda1f1652eb1b103e648472d5dd73.zip
add an initial `Gc<T>` stub with the API
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e0908dcb290..ffa91df4e8a 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -133,6 +133,7 @@ pub mod owned;
 pub mod managed;
 pub mod borrow;
 pub mod rc;
+pub mod gc;
 
 
 /* Core language traits */