impl Iterator for &mut Iterator and Box<Iterator>
closes #20953 closes #21361
This commit is contained in:
@@ -63,6 +63,8 @@
|
||||
#![feature(unboxed_closures)]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
#![feature(on_unimplemented)]
|
||||
// FIXME(#21363) remove `old_impl_check` when bug is fixed
|
||||
#![feature(old_impl_check)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
#[macro_use]
|
||||
|
||||
Reference in New Issue
Block a user