impl Iterator for &mut Iterator and Box<Iterator>

closes #20953
closes #21361
This commit is contained in:
Jorge Aparicio
2015-01-19 09:48:05 -05:00
parent 43f2c199e4
commit 74e111caf6
6 changed files with 63 additions and 0 deletions

View File

@@ -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]