Skip to content

Commit

Permalink
Refresh optional-backtrace.patch for current Rust
Browse files Browse the repository at this point in the history
No changes other than updating diff context.
  • Loading branch information
geofft committed Aug 31, 2015
1 parent efd72ca commit 83348ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optional-backtrace.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
diff --git a/src/libstd/sys/unix/mod.rs b/src/libstd/sys/unix/mod.rs
index c1a4e8c..ae21c02 100644
index bbed42c..388d2fc 100644
--- a/src/libstd/sys/unix/mod.rs
+++ b/src/libstd/sys/unix/mod.rs
@@ -28,7 +28,21 @@ use ops::Neg;
#[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;
#[cfg(target_os = "openbsd")] pub use os::openbsd as platform;

+#[cfg(feature = "backtrace")]
Expand Down

0 comments on commit 83348ab

Please sign in to comment.