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

Better error messages #80

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Better error messages #80

merged 1 commit into from
Jun 1, 2022

Conversation

KodrAus
Copy link
Member

@KodrAus KodrAus commented Jun 1, 2022

Closes #37

Instead of actually making this work, it instead makes the error messages a little clearer when attempting to implement Fn for traits that would require some kind of for<T: Trait> Fn(T) syntax.

@KodrAus KodrAus merged commit 11fffab into master Jun 1, 2022
@KodrAus KodrAus deleted the fix/hrtb-generics branch June 1, 2022 06:41
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 this pull request may close these issues.

Make Fn* types work with some generic methods
1 participant