Open
Description
We have code like the following in zerocopy as of this writing:
Lines 2323 to 2331 in 27aea67
According to rust-lang/rust#62420, there's a small chance that this may be decided to be unsound (and it's not supported during const eval, although there are bigger problems regarding using addresses in const eval). We should figure out whether this is a risk we're comfortable with, and consider how we might mitigate it.