rust/library/coretests
许杰友 Jieyou Xu (Joe) 4aa61e77ff
Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan
Various coretests improvements

The first commit is not yet strictly necessary as directly testing libcore works though useless work, but will be necessary once https://github.com/rust-lang/rust/pull/136642 migrates the liballoc tests into a separate package. The second commit fixes https://github.com/rust-lang/rust/issues/137478 and ensures that coretests actually gets tested on all CI job. The third commit fixes an error that didn't get caught because coretests doesn't run on the wasm32 CI job.
2025-03-05 21:46:42 +08:00
..
benches Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
tests Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan 2025-03-05 21:46:42 +08:00
Cargo.toml Migrate coretests to Rust 2024 2025-02-13 13:10:21 -08:00
lib.rs