Replace SliceExt with inherent [T] methods in libcore
This commit is contained in:
parent
de8ed6a1d6
commit
90f29fbdb1
9 changed files with 1418 additions and 1393 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue