Open
Description
openedon Dec 19, 2014
Implement the missing type equality constraint specified in RFC 135.
Examples
fn sum<I: Iterator>(_: I) -> i32
where
I::Item == i32 // or `I::Item = i32`
{
// ...
}Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Area: Lazy normalization (tracking issue: #60471)Area: The type systemCategory: A tracking issue for an RFC or an unstable feature.Status: There are blocking ❌ design concerns.Status: The feature has not been implemented.Relevant to the language team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.