Revert "Remove old auto_serialize2 code (needs snapshot)"

This reverts commit 0bd6da8a8c.
This commit is contained in:
Tim Chevalier
2012-10-08 11:54:09 -07:00
parent 73ec5f09b0
commit a33535e441
10 changed files with 1255 additions and 2 deletions

View File

@@ -408,6 +408,8 @@ fn dtor_dec() -> fn_decl {
#[auto_serialize]
#[auto_deserialize]
#[auto_serialize2]
#[auto_deserialize2]
type id_range = {min: node_id, max: node_id};
fn empty(range: id_range) -> bool {