Skip to content

Commit 339f789

Browse files
committed
---
yaml --- r: 110326 b: refs/heads/try c: 3c76f4a h: refs/heads/master v: v3
1 parent f79d4d7 commit 339f789

File tree

25 files changed

+298
-298
lines changed

25 files changed

+298
-298
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: e415c25bcd81dc1f9a5a3d25d9b48ed2d545336b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
5-
refs/heads/try: c034d0c854b9e80dc5d20ebe152eee8ce96ed544
5+
refs/heads/try: 3c76f4ac8ddca0fb0809b00e3e448f57cf1931b7
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libsyntax/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub enum AbiArchitecture {
6767

6868
#[deriving(Clone, Eq, TotalEq, Encodable, Decodable, Hash)]
6969
pub struct AbiSet {
70-
priv bits: u32 // each bit represents one of the abis below
70+
bits: u32 // each bit represents one of the abis below
7171
}
7272

7373
static AbiDatas: &'static [AbiData] = &[

0 commit comments

Comments
 (0)