Skip to content

Commit 83348ab

Browse files
committed
Refresh optional-backtrace.patch for current Rust
No changes other than updating diff context.
1 parent efd72ca commit 83348ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

optional-backtrace.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
diff --git a/src/libstd/sys/unix/mod.rs b/src/libstd/sys/unix/mod.rs
2-
index c1a4e8c..ae21c02 100644
2+
index bbed42c..388d2fc 100644
33
--- a/src/libstd/sys/unix/mod.rs
44
+++ 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;
5+
@@ -27,7 +27,21 @@ use ops::Neg;
6+
#[cfg(target_os = "netbsd")] pub use os::netbsd as platform;
77
#[cfg(target_os = "openbsd")] pub use os::openbsd as platform;
88

99
+#[cfg(feature = "backtrace")]

0 commit comments

Comments
 (0)