mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
disable collectionbenches for android
Signed-off-by: Nell Shamrell <nellshamrell@gmail.com>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user