Fixed iOS build after oibit

This commit is contained in:
Valerii Hiora 2014-12-11 11:51:25 +02:00
parent ab1b1ae719
commit b7ba69d4dd
2 changed files with 2 additions and 1 deletions

View File

@ -126,5 +126,5 @@ pub mod shouldnt_be_public {
#[cfg(not(test))]
mod std {
pub use core::{fmt, option, cmp};
pub use core::{fmt, option, cmp, kinds};
}

View File

@ -25,6 +25,7 @@ use libc;
#[cfg(any(not(target_arch = "arm"), target_os = "ios"))]
#[repr(C)]
#[deriving(Copy)]
pub enum _Unwind_Action {
_UA_SEARCH_PHASE = 1,
_UA_CLEANUP_PHASE = 2,