mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
385ffaedbf
Re-enable android tests/benches in alloc/core This is basically a revert of https://github.com/rust-lang/rust/pull/73729. These tests better work on android now; it's been 4 years and we don't use dlmalloc on that target anymore. And I've validated that they should pass now with a try-build :)