diff options
Diffstat (limited to 'src/libsyntax/abi.rs')
| -rw-r--r-- | src/libsyntax/abi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/abi.rs b/src/libsyntax/abi.rs index b833eea6b56..caded1dc0b8 100644 --- a/src/libsyntax/abi.rs +++ b/src/libsyntax/abi.rs @@ -67,7 +67,7 @@ pub enum AbiArchitecture { #[deriving(Clone, Eq, TotalEq, Encodable, Decodable, Hash)] pub struct AbiSet { - priv bits: u32 // each bit represents one of the abis below + bits: u32 // each bit represents one of the abis below } static AbiDatas: &'static [AbiData] = &[ |
