about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJethro Beekman <jethro@fortanix.com>2018-12-25 13:10:16 +0530
committerJethro Beekman <jethro@fortanix.com>2018-12-25 13:10:16 +0530
commit505167d7c58f68170118f96436c85e0587e6d3f5 (patch)
tree2964733bc5da797479182f720ee8c516f11738d7
parentad781a065ac874e402e15927a22faa080e97fe94 (diff)
downloadrust-505167d7c58f68170118f96436c85e0587e6d3f5.tar.gz
rust-505167d7c58f68170118f96436c85e0587e6d3f5.zip
Fix build on latest git master
-rw-r--r--src/libstd/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index af5d511c035..63489aeb374 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -314,7 +314,8 @@
 #![feature(alloc_layout_extra)]
 #![feature(maybe_uninit)]
 #![cfg_attr(target_env = "sgx", feature(global_asm, range_contains, slice_index_methods,
-                                        decl_macro, coerce_unsized, sgx_platform))]
+                                        decl_macro, coerce_unsized, sgx_platform,
+                                        min_const_unsafe_fn))]
 
 #![default_lib_allocator]