From eb626e71199d1d89a0242043f096d89941fa2ec7 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 7 Oct 2012 16:33:20 -0700 Subject: Remove the old serializers (needs snapshot) --- src/libsyntax/parse/token.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 19e79a4ae7a..b63260997f7 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -2,6 +2,8 @@ use util::interner; use util::interner::interner; use std::map::HashMap; +#[auto_serialize] +#[auto_deserialize] #[auto_serialize2] #[auto_deserialize2] enum binop { @@ -17,6 +19,8 @@ enum binop { SHR, } +#[auto_serialize] +#[auto_deserialize] #[auto_serialize2] #[auto_deserialize2] enum token { @@ -75,6 +79,8 @@ enum token { EOF, } +#[auto_serialize] +#[auto_deserialize] #[auto_serialize2] #[auto_deserialize2] /// For interpolation during macro expansion. -- cgit 1.4.1-3-g733a5