Skip to content

Commit 54324e7

Browse files
committed
---
yaml --- r: 105822 b: refs/heads/master c: 3c76f4a h: refs/heads/master v: v3
1 parent fdcf85e commit 54324e7

25 files changed

+298
-298
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: c034d0c854b9e80dc5d20ebe152eee8ce96ed544
2+
refs/heads/master: 3c76f4ac8ddca0fb0809b00e3e448f57cf1931b7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b8601a3d8b91ad3b653d143307611f2f5c75617e
55
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13

trunk/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)