Skip to content

Commit a33535e

Browse files
committed
Revert "Remove old auto_serialize2 code (needs snapshot)"
This reverts commit 0bd6da8.
1 parent 73ec5f0 commit a33535e

File tree

10 files changed

+1255
-2
lines changed

10 files changed

+1255
-2
lines changed

src/libsyntax/ast.rs

+170
Large diffs are not rendered by default.

src/libsyntax/ast_util.rs

+2
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ fn dtor_dec() -> fn_decl {
408408

409409
#[auto_serialize]
410410
#[auto_deserialize]
411+
#[auto_serialize2]
412+
#[auto_deserialize2]
411413
type id_range = {min: node_id, max: node_id};
412414

413415
fn empty(range: id_range) -> bool {

0 commit comments

Comments
 (0)