Skip to content

Commit f13d89e

Browse files
committed
disable collectionbenches for android
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 67100f6 commit f13d89e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/liballoc/benches/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Disabling on android for the time being
2+
// See https://github.com/rust-lang/rust/issues/73535#event-3477699747
3+
#![cfg(not(target_os = "android"))]
14
#![feature(btree_drain_filter)]
25
#![feature(map_first_last)]
36
#![feature(repr_simd)]

0 commit comments

Comments
 (0)