diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-07 19:38:35 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-21 09:45:18 +0200 |
| commit | 90f29fbdb105b65e8ddb2b5c8b834b8db32ef9ef (patch) | |
| tree | 8ff3cc541de803e5f82194332ff1c48abe8bf210 /src/liballoc/lib.rs | |
| parent | de8ed6a1d6ae3b2f2c7f1035ef3b71abda7a6a84 (diff) | |
| download | rust-90f29fbdb105b65e8ddb2b5c8b834b8db32ef9ef.tar.gz rust-90f29fbdb105b65e8ddb2b5c8b834b8db32ef9ef.zip | |
Replace SliceExt with inherent [T] methods in libcore
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
