![]() thin_vec.as_ptr() goes through the Deref impl of ThinVec, which will not allow access to any memory as we did call set_len(0) first. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |
![]() thin_vec.as_ptr() goes through the Deref impl of ThinVec, which will not allow access to any memory as we did call set_len(0) first. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |