Fixed iOS build after oibit
This commit is contained in:
parent
ab1b1ae719
commit
b7ba69d4dd
@ -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};
|
||||
}
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user