rust/library/alloc
Mara Bos 8ed31d2782
Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-se
fix various aliasing issues in the standard library

This fixes various cases where the standard library either used raw pointers after they were already invalidated by using the original reference again, or created raw pointers for one element of a slice and used it to access neighboring elements.
2020-11-01 11:53:36 +01:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-se 2020-11-01 11:53:36 +01:00
tests Added test for issue #78498 2020-10-29 12:25:02 +01:00
Cargo.toml