summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2018-02-12 08:25:39 +0100
committerMazdak Farrokhzad <twingoow@gmail.com>2018-02-12 08:25:39 +0100
commitc4099ca4b11acb9949ef0da804a819b4ddfa24a2 (patch)
tree9700a7b9e1f2511cea9f15157d3e1c22246bc988 /src/libcore/lib.rs
parent0f789aad2b3cfc0b0925b726295200267130e69d (diff)
downloadrust-c4099ca4b11acb9949ef0da804a819b4ddfa24a2.tar.gz
rust-c4099ca4b11acb9949ef0da804a819b4ddfa24a2.zip
core::iter::repeat_with: general fixes
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 59a296c2a76..447e144bf0f 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -92,6 +92,7 @@
 #![feature(unwind_attributes)]
 #![feature(doc_spotlight)]
 #![feature(rustc_const_unstable)]
+#![feature(iterator_repeat_with)]
 
 #[prelude_import]
 #[allow(unused)]