Fix build on latest git master
This commit is contained in:
parent
ad781a065a
commit
505167d7c5
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user