Name Description Size Coverage
adaptors_no_collect.rs 1118 -
arrays.rs 12288 -
flatten_ok.rs 1573 -
laziness.rs 9127 -
macros_hygiene.rs 638 -
merge_join.rs 3207 -
peeking_take_while.rs 1818 -
quick.rs The purpose of these tests is to cover corner cases of iterators and adaptors. In particular we test the tedious size_hint and exact size correctness. **NOTE:** Due to performance limitations, these tests are not run with miri! They cannot be relied upon to discover soundness issues. 68753 -
specializations.rs Test specializations of methods with default impls match the behavior of the default impls. **NOTE:** Due to performance limitations, these tests are not run with miri! They cannot be relied upon to discover soundness issues. 19499 -
test_core.rs Licensed under the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 or the MIT license https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms. 9927 -
test_std.rs test compiles 48968 -
tuples.rs 2707 -
zip.rs 2697 -