-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Meta tracking issue for impl Trait #63066
Copy link
Copy link
Open
Labels
A-impl-traitArea: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.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 RFCS-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language teamRelevant to the language teamT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Metadata
Metadata
Assignees
Labels
A-impl-traitArea: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.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 RFCS-tracking-impl-incompleteStatus: The implementation is incomplete.Status: The implementation is incomplete.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language teamRelevant to the language teamT-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.metabugIssues about issues themselves ("bugs about bugs")Issues about issues themselves ("bugs about bugs")
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue tracks the progress of
impl Traitin general.This issue is not for discussion about specific extensions to
impl Traitand only exists to provide links to other places that track the progress of specific issues. If you wish to discuss some subject related toimpl Trait, please find an existing appropriate issue below or create an new issue and comment here with a link to the newly created issue.The
impl Traitrelated issues currently on deck are as follows:A-impl-traittype Foo = impl Bar;. Tracking issue for RFC 2515, "Permit impl Trait in type aliases" #63063type Foo = impl Bar;intraitdefinitions. Tracking issue for RFC 2532, "Associated type defaults" #29661constandstaticitems andletbindings. Tracking issue forimpl Traitinconstandstaticitems andletbindings #63065impl Traitrequires a named lifetime #49287impl Traitafter->infntypes or parentheses sugar? [impl Trait] Should we allowimpl Traitafter->infntypes or parentheses sugar? #45994impl Traitin return type position by anonymization. #35091 (comment)fn foo<T>(x: impl Iterator<Item = T>>)?impl Traitas arguments in the list, permitting migration]Open RFCs:
None.