Skip to content

Commit 273d86a

Browse files
committed
---
yaml --- r: 262463 b: refs/heads/snap-stage3 c: ec61e63 h: refs/heads/master i: 262461: 1604570 262459: 7f3889b 262455: 68423f7 262447: 8177aca 262431: ee53354 262399: 77ed20f
1 parent 5417b53 commit 273d86a

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 5a0308abadce38396f27122d5c8639ffb2a21469
3-
refs/heads/snap-stage3: 08e35d4deca064cbe079ee278aab49efff16f7da
3+
refs/heads/snap-stage3: ec61e632c0a00ccc2ca0494d5d3c8a0848c574f2
44
refs/heads/try: 29d24a3b02cb805da19450bf9830a8f0a6bd859c
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libsyntax/ast.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub use self::MetaItem_::*;
2020
pub use self::Mutability::*;
2121
pub use self::Pat_::*;
2222
pub use self::PathListItem_::*;
23-
pub use self::PrimTy::*;
2423
pub use self::Stmt_::*;
2524
pub use self::StrStyle::*;
2625
pub use self::StructFieldKind::*;
@@ -1534,17 +1533,6 @@ impl fmt::Debug for Ty {
15341533
}
15351534
}
15361535

1537-
/// Not represented directly in the AST, referred to by name through a ty_path.
1538-
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)]
1539-
pub enum PrimTy {
1540-
TyInt(IntTy),
1541-
TyUint(UintTy),
1542-
TyFloat(FloatTy),
1543-
TyStr,
1544-
TyBool,
1545-
TyChar
1546-
}
1547-
15481536
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
15491537
pub struct BareFnTy {
15501538
pub unsafety: Unsafety,

0 commit comments

Comments
 (0)