Skip to content

Commit 90f29fb

Browse files
committed
Replace SliceExt with inherent [T] methods in libcore
1 parent de8ed6a commit 90f29fb

File tree

9 files changed

+1418
-1393
lines changed

9 files changed

+1418
-1393
lines changed

src/liballoc/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
#![feature(collections_range)]
9191
#![feature(const_fn)]
9292
#![feature(core_intrinsics)]
93+
#![cfg_attr(stage0, feature(core_slice_ext))]
9394
#![feature(custom_attribute)]
9495
#![feature(dropck_eyepatch)]
9596
#![feature(exact_size_is_empty)]

0 commit comments

Comments
 (0)