Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fn trait hierarchy not respected #18387

Closed
nikomatsakis opened this issue Oct 28, 2014 · 0 comments · Fixed by #18388
Closed

Fn trait hierarchy not respected #18387

nikomatsakis opened this issue Oct 28, 2014 · 0 comments · Fixed by #18388

Comments

@nikomatsakis
Copy link
Contributor

The unboxed closure RFC stipulated that there should be blanket impls to allow interconversion between the various Fn traits. WIth the new coherence rules, this should be easily achieved.

@aturon aturon mentioned this issue Oct 28, 2014
47 tasks
bors added a commit that referenced this issue Nov 6, 2014
Add blanket impls to allow the various `Fn` traits to be interconverted.

Fixes #18387.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant