mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 19:05:45 +00:00
`EscapeAscii` is not an `ExactSizeIterator` Fixes #99878 Do we want/need `EscapeAscii` to be an `ExactSizeIterator`? I guess we could precompute the length of the output if so?