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 efd72ca commit 83348abCopy full SHA for 83348ab
optional-backtrace.patch
@@ -1,9 +1,9 @@
1
diff --git a/src/libstd/sys/unix/mod.rs b/src/libstd/sys/unix/mod.rs
2
-index c1a4e8c..ae21c02 100644
+index bbed42c..388d2fc 100644
3
--- a/src/libstd/sys/unix/mod.rs
4
+++ b/src/libstd/sys/unix/mod.rs
5
-@@ -28,7 +28,21 @@ use ops::Neg;
6
- #[cfg(target_os = "nacl")] pub use os::nacl as platform;
+@@ -27,7 +27,21 @@ use ops::Neg;
+ #[cfg(target_os = "netbsd")] pub use os::netbsd as platform;
7
#[cfg(target_os = "openbsd")] pub use os::openbsd as platform;
8
9
+#[cfg(feature = "backtrace")]
0 commit comments