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.
backtrace
1 parent 9f3b091 commit ce3f071Copy full SHA for ce3f071
src/libstd/sys/windows/c.rs
@@ -1228,7 +1228,7 @@ compat_fn! {
1228
}
1229
1230
1231
-#[cfg(target_env = "gnu")]
+#[cfg(all(target_env = "gnu", feature = "backtrace"))]
1232
mod gnu {
1233
use super::*;
1234
@@ -1256,5 +1256,5 @@ mod gnu {
1256
1257
1258
1259
1260
pub use self::gnu::*;
0 commit comments