diff options
| author | Jethro Beekman <jethro@fortanix.com> | 2018-12-25 13:10:16 +0530 |
|---|---|---|
| committer | Jethro Beekman <jethro@fortanix.com> | 2018-12-25 13:10:16 +0530 |
| commit | 505167d7c58f68170118f96436c85e0587e6d3f5 (patch) | |
| tree | 2964733bc5da797479182f720ee8c516f11738d7 | |
| parent | ad781a065ac874e402e15927a22faa080e97fe94 (diff) | |
| download | rust-505167d7c58f68170118f96436c85e0587e6d3f5.tar.gz rust-505167d7c58f68170118f96436c85e0587e6d3f5.zip | |
Fix build on latest git master
| -rw-r--r-- | src/libstd/lib.rs | 3 |
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] |
