rust/library/core
The 8472 8a7dc215b0 do not in-place-iterate over flatmap/flatten
The implementation is unsound when a partially consumed iterator has
some elements buffered in the front/back parts and cloning the Iterator
removes the capacity from the backing vec::IntoIter.

(cherry picked from commit 3d871b3ced)
2025-01-16 17:50:04 -08:00
..
benches Fix typos 2024-12-27 21:35:57 +08:00
src do not in-place-iterate over flatmap/flatten 2025-01-16 17:50:04 -08:00
tests Auto merge of #132195 - clarfonthey:bigint-mul, r=scottmcm 2024-12-31 18:49:36 +00:00
Cargo.toml Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00