We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24bd52 commit 75f8eefCopy full SHA for 75f8eef
src/symbolize/mod.rs
@@ -471,7 +471,7 @@ cfg_if::cfg_if! {
471
mod dbghelp;
472
use dbghelp as imp;
473
} else if #[cfg(all(
474
- any(unix, windows),
+ any(unix, all(windows, target_env = "gnu")),
475
not(target_vendor = "uwp"),
476
not(target_os = "emscripten"),
477
any(not(backtrace_in_libstd), feature = "backtrace"),
0 commit comments