about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-06-19 09:36:20 +0200
committerMazdak Farrokhzad <twingoow@gmail.com>2019-06-20 09:28:12 +0200
commit353c8eb828ec7a68621334b91bf0f01eaf3ed769 (patch)
treefdd1b88cd05e296b704a78577c5e0cbe930e6cc7 /src/liballoc/lib.rs
parentbf8f6c399b886480a2f2710531cf76de46b1c0cd (diff)
downloadrust-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.rs1
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)]