Remove the old serializers (needs snapshot)

This commit is contained in:
Erick Tryzelaar
2012-10-07 16:33:20 -07:00
parent 91b7a9a529
commit eb626e7119
21 changed files with 2265 additions and 2956 deletions

View File

@@ -406,6 +406,8 @@ fn dtor_dec() -> fn_decl {
// ______________________________________________________________________
// Enumerating the IDs which appear in an AST
#[auto_serialize]
#[auto_deserialize]
#[auto_serialize2]
#[auto_deserialize2]
type id_range = {min: node_id, max: node_id};