Switch from serialization to std::serialize. (snapshot)

This commit is contained in:
Erick Tryzelaar
2012-12-17 19:31:04 -08:00
parent ec9305802b
commit 8650c6f683
19 changed files with 422 additions and 431 deletions

View File

@@ -417,8 +417,8 @@ fn dtor_dec() -> fn_decl {
// ______________________________________________________________________
// Enumerating the IDs which appear in an AST
#[auto_serialize]
#[auto_deserialize]
#[auto_encode]
#[auto_decode]
type id_range = {min: node_id, max: node_id};
fn empty(range: id_range) -> bool {