We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df79cd9 commit 6fca8aaCopy full SHA for 6fca8aa
src/test/run-pass/backtrace-debuginfo.rs
@@ -33,9 +33,7 @@ macro_rules! dump_and_die {
33
($($pos:expr),*) => ({
34
// FIXME(#18285): we cannot include the current position because
35
// the macro span takes over the last frame's file/line.
36
- if cfg!(any(target_os = "macos",
37
- target_os = "ios",
38
- target_os = "android",
+ if cfg!(any(target_os = "android",
39
all(target_os = "linux", target_arch = "arm"),
40
target_os = "freebsd",
41
target_os = "dragonfly",
0 commit comments