diff options
| author | Chris Gregory <czipperz@gmail.com> | 2019-06-30 11:38:06 -0700 |
|---|---|---|
| committer | Chris Gregory <czipperz@gmail.com> | 2019-07-01 20:21:53 -0700 |
| commit | b0c199a9697e79c70976cf4fe4fe9e0e6cc81a5c (patch) | |
| tree | e026dc1fa7f090c337aff7ba489a1a0f2befbbd9 /src/liballoc | |
| parent | 636f5e6d1120c2bfc264687fbe1e77312c8d2979 (diff) | |
| download | rust-b0c199a9697e79c70976cf4fe4fe9e0e6cc81a5c.tar.gz rust-b0c199a9697e79c70976cf4fe4fe9e0e6cc81a5c.zip | |
Enable mem_take feature in relevant crates
Diffstat (limited to 'src/liballoc')
| -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 5fc58c8ab5a..bfe7d12d9d0 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -112,6 +112,7 @@ #![feature(maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_array)] #![feature(alloc_layout_extra)] #![feature(try_trait)] +#![feature(mem_take)] // Allow testing this library |
