alloc: Implement rfold for VecDeque iterators
This commit is contained in:
parent
a59a25d8e6
commit
84c90f3022
2 changed files with 17 additions and 0 deletions
|
@ -98,6 +98,7 @@
|
|||
#![feature(generic_param_attrs)]
|
||||
#![feature(i128_type)]
|
||||
#![feature(inclusive_range)]
|
||||
#![feature(iter_rfold)]
|
||||
#![feature(lang_items)]
|
||||
#![feature(needs_allocator)]
|
||||
#![feature(nonzero)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue