Files
rust/tests
bors da2544bfbe Auto merge of #149495 - scottmcm:assume-filter-count, r=Mark-Simulacrum
Assume the returned value in `.filter(…).count()`

Similar to how this helps in `slice::Iter::position`, LLVM sometimes loses track of how high this can get, so for `TrustedLen` iterators tell it what the upper bound is.
2025-12-06 09:13:21 +00:00
..
2025-12-04 10:51:34 +01:00
2025-11-26 16:33:13 +09:00
2025-12-02 18:25:13 +00:00