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.
2 parents 441dd5a + dca9310 commit 5702b27Copy full SHA for 5702b27
src/liballoc/tests/btree/map.rs
@@ -310,6 +310,7 @@ fn test_iter_mixed() {
310
}
311
312
#[test]
313
+#[cfg_attr(miri, ignore)] // FIXME: fails in Miri <https://github.com/rust-lang/rust/issues/73915>
314
fn test_iter_min_max() {
315
let mut a = BTreeMap::new();
316
assert_eq!(a.iter().min(), None);
0 commit comments