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 aae4969 commit a1b1208Copy full SHA for a1b1208
tests/test_bytes_vec_alloc.rs
@@ -1,3 +1,4 @@
1
+#![cfg(not(miri))]
2
use std::alloc::{GlobalAlloc, Layout, System};
3
use std::ptr::null_mut;
4
use std::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};
0 commit comments