Skip to content

Commit 505167d

Browse files
author
Jethro Beekman
committed
Fix build on latest git master
1 parent ad781a0 commit 505167d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@
314314
#![feature(alloc_layout_extra)]
315315
#![feature(maybe_uninit)]
316316
#![cfg_attr(target_env = "sgx", feature(global_asm, range_contains, slice_index_methods,
317-
decl_macro, coerce_unsized, sgx_platform))]
317+
decl_macro, coerce_unsized, sgx_platform,
318+
min_const_unsafe_fn))]
318319

319320
#![default_lib_allocator]
320321

0 commit comments

Comments
 (0)