Skip to content

Commit d9d8772

Browse files
committed
Enable required features for core::array in libstd
1 parent d2cf66b commit d9d8772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
#![feature(allow_internal_unsafe)]
244244
#![feature(allow_internal_unstable)]
245245
#![feature(align_offset)]
246+
#![feature(array_error_internals)]
246247
#![feature(asm)]
247248
#![feature(box_syntax)]
248249
#![feature(cfg_target_has_atomic)]
@@ -257,6 +258,7 @@
257258
#![feature(core_intrinsics)]
258259
#![feature(dropck_eyepatch)]
259260
#![feature(exact_size_is_empty)]
261+
#![feature(fixed_size_array)]
260262
#![feature(float_from_str_radix)]
261263
#![feature(fn_traits)]
262264
#![feature(fnbox)]

0 commit comments

Comments
 (0)