Skip to content

Tracking Issue for const Extend impls in libcore #92475

Open
@fee1-dead

Description

@fee1-dead
Member

Feature gate: #![feature(const_extend)]

This is a tracking issue for const Extend impls in libcore.

Public API

// core::collect

impl<A, B, ExtendA, ExtendB> const Extend<(A, B)> for (ExtendA, ExtendB)
where
    ExtendA: ~const Extend<A>,
    ExtendB: ~const Extend<B>,

impl const Extend<()> for ()

Steps / History

  • Final comment period (FCP)
    Stabilization PR

Unresolved Questions

  • None yet.

Activity

added
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC
on Jan 1, 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

        @fee1-dead

        Issue actions

          Tracking Issue for `const` `Extend` impls in libcore · Issue #92475 · rust-lang/rust