Skip to content

Tracking Issue for const_transmute_copy #83165

Closed
@usbalbin

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

Unresolved Questions

  • None yet.

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions