Closed
Description
Spawned off of #71416
Specifically this comment: #71416 (comment)
quoted here:
Unlike the other unsound features, this is one where we don't even have a plan for how to soundly implement it. Not sure how much I like keeping that around.
Can't we do something dynamic where we allocate
size + (align - 1)
and align it ourselves?
Also, this has been discussed before, hasn't it?