]> git.lizzy.rs Git - rust.git/commit - compiler/rustc_codegen_cranelift/src/global_asm.rs
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)
commite6f6ad0576d6488770c54176de029520caebb88d
treec75b9ddb845422889fc740e6cfd8a872aea52bc6
parent3c2356767c98d17a218fe2a98ca47b1ad162fe7c
parent8abcd4d23538aa1e4c1164bca2c96ce0d7eb57ed
Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-iterator, r=thomcc

`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?