We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05630b0 commit c8cdcc8Copy full SHA for c8cdcc8
src/libstd/lib.rs
@@ -224,10 +224,7 @@
224
all(target_vendor = "fortanix", target_env = "sgx"),
225
feature(slice_index_methods, coerce_unsized, sgx_platform, ptr_wrapping_offset_from)
226
)]
227
-#![cfg_attr(
228
- all(test, target_vendor = "fortanix", target_env = "sgx"),
229
- feature(fixed_size_array, maybe_uninit_extra)
230
-)]
+#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
231
// std is implemented with unstable features, many of which are internal
232
// compiler details that will never be stable
233
// NB: the following list is sorted to minimize merge conflicts.
0 commit comments