We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67100f6 commit f13d89eCopy full SHA for f13d89e
src/liballoc/benches/lib.rs
@@ -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"))]
4
#![feature(btree_drain_filter)]
5
#![feature(map_first_last)]
6
#![feature(repr_simd)]
0 commit comments