Skip to content

Commit 63ff5ab

Browse files
committed
---
yaml --- r: 34808 b: refs/heads/master c: b03c71f h: refs/heads/master v: v3
1 parent 18dc4fa commit 63ff5ab

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: fa38c1290119c1ceca77db38c0075f7412d296d7
2+
refs/heads/master: b03c71f6297304d40b22583750d288e3c215ca79
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/libsyntax/ast.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,6 @@ type expr = {id: node_id, callee_id: node_id, node: expr_, span: span};
749749
enum log_level { error, debug, other }
750750
// 0 = error, 1 = debug, 2 = other
751751

752-
#[auto_serialize]
753-
#[auto_deserialize]
754-
enum alt_mode { alt_check, alt_exhaustive, }
755-
756752
#[auto_serialize]
757753
#[auto_deserialize]
758754
enum expr_ {

trunk/src/libsyntax/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use obsolete::{
2222
ObsoleteWith, ObsoleteClassMethod, ObsoleteClassTraits,
2323
ObsoleteModeInFnType, ObsoleteByMutRefMode
2424
};
25-
use ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
25+
use ast::{_mod, add, arg, arm, attribute,
2626
bind_by_ref, bind_by_implicit_ref, bind_by_value, bind_by_move,
2727
bitand, bitor, bitxor, blk, blk_check_mode, bound_const,
2828
bound_copy, bound_send, bound_trait, bound_owned, box, by_copy,

0 commit comments

Comments
 (0)