Replace SliceExt with inherent [T] methods in libcore

This commit is contained in:
Simon Sapin
2018-04-07 19:38:35 +02:00
parent de8ed6a1d6
commit 90f29fbdb1
9 changed files with 1418 additions and 1393 deletions

View File

@@ -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)]