rust/library/alloc
The8472 2f23a0fcca fix debug assertion
The InPlaceIterable debug assert checks that the write pointer
did not advance beyond the read pointer. But TrustedRandomAccess
never advances the read pointer, thus triggering the assert.
Skip the assert if the source pointer did not change during iteration.
2020-09-03 22:15:47 +02:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src fix debug assertion 2020-09-03 22:15:47 +02:00
tests remove empty Vec extend optimization 2020-09-03 20:59:35 +02:00
Cargo.toml