Skip to content

Commit 49acb75

Browse files
committed
disable alloc/benches in Miri
1 parent a0b98d3 commit 49acb75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/benches/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Disabling on android for the time being
22
// See https://github.com/rust-lang/rust/issues/73535#event-3477699747
33
#![cfg(not(target_os = "android"))]
4+
// Disabling in Miri as these would take too long anyway.
5+
#![cfg(not(miri))]
46
#![feature(btree_extract_if)]
57
#![feature(iter_next_chunk)]
68
#![feature(repr_simd)]

0 commit comments

Comments
 (0)