]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-iterator...
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 8 Oct 2022 21:32:02 +0000 (23:32 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 21:32:02 +0000 (23:32 +0200)
`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?


Trivial merge