annotate FIXME in iter-trait

This commit is contained in:
Tim Chevalier 2012-06-14 17:57:22 -07:00
parent f7dd2d5bd5
commit 9e9e280446

View file

@ -25,7 +25,7 @@ impl extensions<A:copy> for IMPL_T<A> {
fn map_to_vec<B>(op: fn(A) -> B) -> [B] { iter::map_to_vec(self, op) }
fn to_vec() -> [A] { iter::to_vec(self) }
// FIXME--bug in resolve prevents this from working
// FIXME--bug in resolve prevents this from working (#2611)
// fn flat_map_to_vec<B:copy,IB:base_iter<B>>(op: fn(A) -> IB) -> [B] {
// iter::flat_map_to_vec(self, op)
// }