File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
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" ) ) ]
1
4
#![ feature( btree_drain_filter) ]
2
5
#![ feature( map_first_last) ]
3
6
#![ feature( repr_simd) ]
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ const EXCEPTION_PATHS: &[&str] = &[
67
67
// std testing crates, okay for now at least
68
68
"src/libcore/tests" ,
69
69
"src/liballoc/tests/lib.rs" ,
70
+ "src/liballoc/benches/lib.rs" ,
70
71
// The `VaList` implementation must have platform specific code.
71
72
// The Windows implementation of a `va_list` is always a character
72
73
// pointer regardless of the target architecture. As a result,
You can’t perform that action at this time.
0 commit comments