about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorVardhan Thigle <vardhan.thigle@fortanix.com>2019-01-03 10:46:22 +0530
committerVardhan Thigle <vardhan.thigle@fortanix.com>2019-01-08 22:10:55 +0530
commit4166a4e5d0ef32ceb0d67d1f5dba334caf439a0d (patch)
tree525660bdcae9fa71d55ac3874a07cff0374526f1 /src/libstd/lib.rs
parent7ad470c0a64ed0801708cee6657e82be097a29ac (diff)
downloadrust-4166a4e5d0ef32ceb0d67d1f5dba334caf439a0d.tar.gz
rust-4166a4e5d0ef32ceb0d67d1f5dba334caf439a0d.zip
Supporting backtrace for x86_64-fortanix-unknown-sgx.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index ccfce672e5f..2f35b58106e 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -305,7 +305,7 @@
 #![feature(maybe_uninit)]
 #![cfg_attr(all(target_vendor = "fortanix", target_env = "sgx"),
             feature(global_asm, range_contains, slice_index_methods,
-                    decl_macro, coerce_unsized, sgx_platform))]
+                    decl_macro, coerce_unsized, sgx_platform, ptr_wrapping_offset_from))]
 
 #![default_lib_allocator]