From f13d89eb2ed30b26dea577985393c58e6dbd0bca Mon Sep 17 00:00:00 2001 From: Nell Shamrell Date: Thu, 25 Jun 2020 11:13:22 -0700 Subject: disable collectionbenches for android Signed-off-by: Nell Shamrell --- src/liballoc/benches/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/liballoc') diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs index f31717d9fd5..608eafc88d2 100644 --- a/src/liballoc/benches/lib.rs +++ b/src/liballoc/benches/lib.rs @@ -1,3 +1,6 @@ +// Disabling on android for the time being +// See https://github.com/rust-lang/rust/issues/73535#event-3477699747 +#![cfg(not(target_os = "android"))] #![feature(btree_drain_filter)] #![feature(map_first_last)] #![feature(repr_simd)] -- cgit 1.4.1-3-g733a5