Closed
Description
Feature gate: #![feature(const_transmute_copy)]
This is a tracking issue for making the function mem::transmute_copy
const fn
.
Public API
mod mem {
pub const unsafe fn transmute_copy<T, U>(src: &T) -> U;
}
Steps / History
- Implementation: Constify
copy
related functions #83091 - Final commenting period (FCP)
- Stabilization PR
Unresolved Questions
- None yet.