Closed
Description
union
field accesses allow arbitrary transmutations inside const fn
and are thus marked as unstable
for now to allow us more time to think about the semantics of this without blocking the stabilization of const fn
on it.
This is behind the const_fn_union
feature gate.
Blocked on rust-lang/const-eval#14.