-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
No Uses* for Corpus, Mutators #2547
Conversation
Z: Evaluator<E, EM, State = Self::State>, | ||
<<E as UsesState>::State as HasCorpus>::Corpus: Corpus<Input = Self::Input>, //delete me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These kind of bounds are temporary solutions to say UsesState's input == HasCorpus' input.
and i need this because i can't remove UsesState in this PR.
when UsesState is eliminated in the future, this one will get removed, too
Should we do a release with all of the fixes to date before starting this journey? |
…to no-uses-corpus-aaa
can't compile this yet but i'll fix it tomorrow