We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d286e commit a3d5e34Copy full SHA for a3d5e34
src/libstd/lib.rs
@@ -223,7 +223,8 @@
223
#![cfg_attr(all(target_vendor = "fortanix", target_env = "sgx"),
224
feature(global_asm, slice_index_methods,
225
decl_macro, coerce_unsized, sgx_platform, ptr_wrapping_offset_from))]
226
-#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
+#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"),
227
+ feature(fixed_size_array, maybe_uninit_extra))]
228
229
// std is implemented with unstable features, many of which are internal
230
// compiler details that will never be stable
0 commit comments