Skip to content

Tracking Issue for const_alloc_error #92523

Open
@lilasta

Description

@lilasta
Contributor

Feature gate: #![feature(const_alloc_error)]

This is a tracking issue for implementing const fn handle_alloc_error. This feature is needed to implement const Box<T, A>.

Public API

// alloc::alloc
pub const fn handle_alloc_error(layout: Layout) -> !;

Steps / History

  • Final comment period (FCP)
    Stabilization PR

Unresolved Questions

  • None yet.

Activity

added
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
on Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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

        Participants

        @lilasta

        Issue actions

          Tracking Issue for `const_alloc_error` · Issue #92523 · rust-lang/rust