-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for async_fn_in_trait, return_position_impl_trait_in_trait #91611
Copy link
Copy link
Closed
Closed
Copy link
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-async_fn_in_traitStatic async fn in traitsStatic async fn in traitsF-return_position_impl_trait_in_trait`#![feature(return_position_impl_trait_in_trait)]``#![feature(return_position_impl_trait_in_trait)]`S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-langRelevant to the language teamRelevant to the language team
Metadata
Metadata
Assignees
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-async_fn_in_traitStatic async fn in traitsStatic async fn in traitsF-return_position_impl_trait_in_trait`#![feature(return_position_impl_trait_in_trait)]``#![feature(return_position_impl_trait_in_trait)]`S-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-langRelevant to the language teamRelevant to the language team
Type
Fields
Give feedbackNo fields configured for issues without a type.
impl Traitin traits" (Return positionimpl Traitin traits rfcs#3425).#![feature(async_fn_in_trait)].impl Traitin traits is#![feature(return_position_impl_trait_in_trait)].About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
async fnand return-positionimpl Traitin trait #115822Unresolved Questions
Async fn in trait
Return position impl Trait in trait
async fnto mitigate hazards of writing a trait that is not forwards-compatible with its desugaring?impl Traitto positions that are nameable using upcoming features like return-type notation (RTN)? (See this comment for an example.)Implementation history
Async fn in trait
F-async_fn_in_traitStatic async fn in traits
Return position impl Trait in trait
F-return_position_impl_trait_in_trait`#![feature(return_position_impl_trait_in_trait)]`
Several of these include code specific to async fn in trait.
impl Traitin traits #101224compare_predicate_entailmentno longer a query #101615impl Traitin traits are well-formed #101676impl Traitin traits #101679ProjectionTy::trait_def_idfor return-positionimpl Traitin trait correctly #102152impl Traitin trait hidden values in foreign libraries #102164impl Traitin trait #102334impl Traitin traits properly inregister_hidden_type#103355