-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.
Description
This is a proposal for type parameter lists that come well before the
actual generic items. Example:
type <T: Unwieldy+Traits+Go+Here,
U: Even+More+Traits> {
fn foo(t: T) -> U { ... }
fn bar(u: U) -> T { ... }
}
Tracking issue for postponed PR #122
Metadata
Metadata
Assignees
Labels
T-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.