-
Notifications
You must be signed in to change notification settings - Fork 16
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
support traits in impls #24
Comments
This is starting to come back to me now. Not putting the traits in But as recent experience shows, it's needed in some cases. So I'm wondering what the best way to handle this is. A macro option to include the traits in |
For syntax, I'm leaning toward something like:
|
test_fuzz_impl
fails to correctly extractT: Trait
fromimpl <T: Trait> Struct<T>
and apply it toArgs
when fuzzing the impl functions. See daf5440 for some basic work trying to address this.The text was updated successfully, but these errors were encountered: