We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d7ca08 + 6eb620a commit 6f3ab0bCopy full SHA for 6f3ab0b
src/backtrace/libunwind.rs
@@ -66,7 +66,7 @@ impl Frame {
66
//
67
// Note the `skip_inner_frames.rs` test is skipped on macOS due to this
68
// clause, and if this is fixed that test in theory can be run on macOS!
69
- if cfg!(target_os = "macos") || cfg!(target_os = "ios") {
+ if cfg!(target_vendor = "apple") {
70
self.ip()
71
} else {
72
unsafe { uw::_Unwind_FindEnclosingFunction(self.ip()) }
0 commit comments