Skip to content

Commit b78e3a1

Browse files
committed
---
yaml --- r: 36001 b: refs/heads/try2 c: b03c71f h: refs/heads/master i: 35999: 406751d v: v3
1 parent b2cadb7 commit b78e3a1

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: fa38c1290119c1ceca77db38c0075f7412d296d7
8+
refs/heads/try2: b03c71f6297304d40b22583750d288e3c215ca79
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
1010
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/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_ {

branches/try2/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)