]> git.lizzy.rs Git - rust.git/commit
Allow reallocation to different alignment
authorTim Diekmann <tim.diekmann@3dvision.de>
Tue, 18 Aug 2020 20:39:33 +0000 (22:39 +0200)
committerTim Diekmann <tim.diekmann@3dvision.de>
Wed, 19 Aug 2020 04:46:47 +0000 (06:46 +0200)
commit438c40efa109d7a4d83efa066c19cb95dad9ed94
tree264f37242cd348f83cf3f1b6573b6c561b179672
parentbe97d13ffc41961c018c313e909f76ba3bbdc958
Allow reallocation to different alignment
library/alloc/src/alloc.rs
library/alloc/src/raw_vec.rs
library/core/src/alloc/mod.rs
library/std/src/alloc.rs
src/test/ui/realloc-16687.rs