about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-10-20 04:35:13 +0900
committerGitHub <noreply@github.com>2021-10-20 04:35:13 +0900
commit84fe598f0094c8d6a1dddcdc38ac0fa28df32f44 (patch)
treee9a20212fd82c767472d466f4490895c93e6e7d5 /compiler/rustc_mir_transform/src/coverage/counters.rs
parent71fcb72307e2bb9512d291d33f2adace2406e65a (diff)
parent4b743bfef0c0cc20df47b7ae04c162a20f1a70d7 (diff)
downloadrust-84fe598f0094c8d6a1dddcdc38ac0fa28df32f44.tar.gz
rust-84fe598f0094c8d6a1dddcdc38ac0fa28df32f44.zip
Rollup merge of #88789 - the8472:rm-zip-bound, r=JohnTitor
remove unnecessary bound on Zip specialization impl

I originally added this bound in an attempt to make the specialization
sound for owning iterators but it was never correct here and the correct
and [already implemented](https://github.com/rust-lang/rust/blob/497ee321af3b8496eaccd7af7b437f18bab81abf/library/alloc/src/vec/into_iter.rs#L220-L232) solution is is to place it on the IntoIter
implementation.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/counters.rs')
0 files changed, 0 insertions, 0 deletions