Skip to content

Commit b1f6bf2

Browse files
committed
---
yaml --- r: 274767 b: refs/heads/stable c: ec61e63 h: refs/heads/master i: 274765: 88fb1b0 274763: 67cd8a7 274759: 86b5060 274751: c764d87
1 parent 7da8282 commit b1f6bf2

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
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 08e35d4deca064cbe079ee278aab49efff16f7da
32+
refs/heads/stable: ec61e632c0a00ccc2ca0494d5d3c8a0848c574f2
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

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