diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2018-02-12 08:25:39 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2018-02-12 08:25:39 +0100 |
| commit | c4099ca4b11acb9949ef0da804a819b4ddfa24a2 (patch) | |
| tree | 9700a7b9e1f2511cea9f15157d3e1c22246bc988 /src/libcore/lib.rs | |
| parent | 0f789aad2b3cfc0b0925b726295200267130e69d (diff) | |
| download | rust-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.rs | 1 |
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)] |
