Skip to content

Tracking Issue for const forwarding impls for Fn family traits #92474

Description

@fee1-dead

Feature gate: #![feature(const_closure_impls)]

This is a tracking issue for const forwarding impls for Fn family traits.

Public API

// core::ops
impl<A, F: ?Sized> const Fn<A> for &F
where
    F: ~const Fn<A>,
impl<A, F: ?Sized> const FnMut<A> for &F
where
    F: ~const Fn<A>,
impl<A, F: ?Sized> const FnOnce<A> for &F
where
    F: ~const Fn<A>,
impl<A, F: ?Sized> const FnMut<A> for &mut F
where
    F: ~const FnMut<A>,
impl<A, F: ?Sized> const FnOnce<A> for &mut F
where
    F: ~const FnMut<A>,

Steps / History

Unresolved Questions

  • None yet.

Activity

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-api[DEPRECATED; DO NOT USE]

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions