From 90f29fbdb105b65e8ddb2b5c8b834b8db32ef9ef Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sat, 7 Apr 2018 19:38:35 +0200 Subject: Replace SliceExt with inherent [T] methods in libcore --- src/liballoc/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liballoc/lib.rs') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 163aef61b43..52011303543 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -90,6 +90,7 @@ #![feature(collections_range)] #![feature(const_fn)] #![feature(core_intrinsics)] +#![cfg_attr(stage0, feature(core_slice_ext))] #![feature(custom_attribute)] #![feature(dropck_eyepatch)] #![feature(exact_size_is_empty)] -- cgit 1.4.1-3-g733a5