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 1426114 commit 8c91324Copy full SHA for 8c91324
tests/pass/address-reuse.rs
@@ -1,6 +1,6 @@
1
//! Check that we do sometimes reuse addresses.
2
use std::collections::HashSet;
3
-//@only-miri: global allocators behave differently
+//@only-miri: reuse is rare on the real allocator
4
5
fn main() {
6
let count = 100;
0 commit comments