Tracking Issue for #![feature(const_impl_trait)]
#77463
Labels
A-const-fn
Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This allows argument and return position
impl Trait
in the signature of aconst fn
. It also allowsimpl Trait
in other const-contexts, although this is only possible with additional feature gates (see #63065).Formerly, this was gated under
#![feature(const_fn)]
.The text was updated successfully, but these errors were encountered: