From ade807c6dcf6dc4454732c5e914ca06ebb429773 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 11 Jun 2014 19:33:52 -0700 Subject: rustc: Obsolete the `@` syntax entirely This removes all remnants of `@` pointers from rustc. Additionally, this removes the `GC` structure from the prelude as it seems odd exporting an experimental type in the prelude by default. Closes #14193 [breaking-change] --- src/libstd/prelude.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/prelude.rs b/src/libstd/prelude.rs index 6fb08b6ef75..dfe6988624e 100644 --- a/src/libstd/prelude.rs +++ b/src/libstd/prelude.rs @@ -92,7 +92,3 @@ #[doc(no_inline)] pub use comm::{sync_channel, channel}; #[doc(no_inline)] pub use comm::{SyncSender, Sender, Receiver}; #[doc(no_inline)] pub use task::spawn; - -// Reexported statics -#[cfg(not(test))] -#[doc(no_inline)] pub use gc::GC; -- cgit 1.4.1-3-g733a5