Add libbacktrace support for Apple platforms
This commit is contained in:
parent
f861b6ee46
commit
e8121b3d16
8 changed files with 1458 additions and 7 deletions
|
@ -51,7 +51,7 @@ pub use sys::net;
|
|||
pub mod net;
|
||||
|
||||
#[cfg(feature = "backtrace")]
|
||||
#[cfg(any(all(unix, not(any(target_os = "macos", target_os = "ios", target_os = "emscripten"))),
|
||||
#[cfg(any(all(unix, not(target_os = "emscripten")),
|
||||
all(windows, target_env = "gnu"),
|
||||
target_os = "redox"))]
|
||||
pub mod gnu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue