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/libserialize/serialize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libserialize') diff --git a/src/libserialize/serialize.rs b/src/libserialize/serialize.rs index 40092a477b3..0ed555e392f 100644 --- a/src/libserialize/serialize.rs +++ b/src/libserialize/serialize.rs @@ -16,7 +16,7 @@ Core encoding and decoding interfaces. use std::path; use std::rc::Rc; -use std::gc::Gc; +use std::gc::{Gc, GC}; pub trait Encoder { // Primitive types: -- cgit 1.4.1-3-g733a5