Fixed iOS build after oibit
This commit is contained in:
parent
ab1b1ae719
commit
b7ba69d4dd
2 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue