Tracking Issue for using std::mem::transmute() in const fn (const_fn_transmute) #53605
Closed
Description
opened on Aug 22, 2018
Using std::mem::transmute()
in constant functions is behind the const_transmute
/const_fn_transmute
feature gate.
(In constants, it is stable.)
Blocked on rust-lang/const-eval#14.
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Blocker: Implemented in the nightly compiler and unstable.Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the language team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.This issue requires a nightly compiler in some way.
Activity