about summary refs log tree commit diff
path: root/library/coretests/tests/array.rs
AgeCommit message (Collapse)AuthorLines
2025-09-10Improve `core::array` coverageChristian Poveda-0/+7
2025-05-13Add `#[must_use]` to Array::mapJulian Knodt-1/+1
The output of Array::map is intended to be an array of the same size, and does not modify the original in place nor is it intended for side-effects. Thus, under normal circumstances it should be consumed. See [discussion](https://internals.rust-lang.org/t/array-map-annotate-with-must-use/22813/26). Attaching to tracking issue #75243
2025-01-26Put all coretests in a separate cratebjorn3-0/+719