We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ee49c commit 88278f9Copy full SHA for 88278f9
src/libstd/treemap.rs
@@ -988,8 +988,6 @@ mod test_treemap {
988
let m = m;
989
let mut a = m.iter();
990
991
- // FIXME: #4492 (ICE): iter.get() == Some((&x1, &y1))
992
-
993
fail_unless!(map_next(&mut a).unwrap() == (&x1, &y1));
994
fail_unless!(map_next(&mut a).unwrap() == (&x2, &y2));
995
fail_unless!(map_next(&mut a).unwrap() == (&x3, &y3));
0 commit comments