diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-19 09:36:20 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-20 09:28:12 +0200 |
| commit | 353c8eb828ec7a68621334b91bf0f01eaf3ed769 (patch) | |
| tree | fdd1b88cd05e296b704a78577c5e0cbe930e6cc7 /src/liballoc/lib.rs | |
| parent | bf8f6c399b886480a2f2710531cf76de46b1c0cd (diff) | |
| download | rust-353c8eb828ec7a68621334b91bf0f01eaf3ed769.tar.gz rust-353c8eb828ec7a68621334b91bf0f01eaf3ed769.zip | |
shared_from_iter/Rc: Use specialization to elide allocation.
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 5fc58c8ab5a..b679abacdc8 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -102,6 +102,7 @@ #![feature(try_reserve)] #![feature(unboxed_closures)] #![feature(unicode_internals)] +#![feature(untagged_unions)] #![feature(unsize)] #![feature(unsized_locals)] #![feature(allocator_internals)] |
