about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-06-21 09:42:17 +0900
committerGitHub <noreply@github.com>2021-06-21 09:42:17 +0900
commit504c378159c43869c148b4a0396134ab9c17de3e (patch)
tree7b880b4c433a6e984b5051a728f1ca7cb4a08c7f /compiler/rustc_codegen_llvm/src
parent13b0f1a29b362523343baa9ad7a38c1b49fbcfae (diff)
parentb4734b7c38dc2b9e84dd0358114534f55bd1849e (diff)
downloadrust-504c378159c43869c148b4a0396134ab9c17de3e.tar.gz
rust-504c378159c43869c148b4a0396134ab9c17de3e.zip
Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-se
fix panic-safety in specialized Zip::next_back

This was unsound since a panic in a.next_back() would result in the
length not being updated which would then lead to the same element
being revisited in the side-effect preserving code.

fixes #86443
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions