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 048b00d commit b067313Copy full SHA for b067313
tests/run-pass/heap_allocator.rs
@@ -1,3 +1,4 @@
1
+// compile-flag: -Zmiri-seed=
2
#![feature(allocator_api)]
3
4
use std::ptr::NonNull;
@@ -75,7 +76,6 @@ fn box_to_global() {
75
76
fn main() {
77
check_alloc(System);
78
check_alloc(Global);
- #[cfg(not(target_os = "windows"))] // TODO: Inspects allocation base address on Windows; needs intptrcast model
79
check_overalign_requests(System);
80
check_overalign_requests(Global);
81
global_to_box();
0 commit comments