about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2022-11-29 00:24:15 -0800
committerScott McMurray <scottmcm@users.noreply.github.com>2022-11-29 00:24:15 -0800
commita964a37211691ae9a28b76b6002ff55a707e9a8b (patch)
treeaeb9f17d3e21752037330cab238f235f81aec1bd /compiler/rustc_codegen_llvm/src
parent1ef685ea39280cc4a4a32f7c3c586d2ce946e8f0 (diff)
downloadrust-a964a37211691ae9a28b76b6002ff55a707e9a8b.tar.gz
rust-a964a37211691ae9a28b76b6002ff55a707e9a8b.zip
Send `VecDeque::from_iter` via `Vec::from_iter`
Since it's O(1) to convert between them now, might as well reuse the logic.

Mostly for the various specializations it does, but might also save some monomorphization work if, say, people collect slice iterators into both `Vec`s and `VecDeque`s.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions