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

Widen implementation of Arbitrary for PhantomData<A> #166

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

wackbyte
Copy link
Contributor

Implements Arbitrary for PhantomData<A> where A is ?Sized. Removes the requirement for A to implement Arbitrary.

Closes #137.

Implements `Arbitrary` for `PhantomData<A>` where `A` is `?Sized`.
Removes the requirement for `A` to implement `Arbitrary`.
@Manishearth Manishearth merged commit c59de1d into rust-fuzz:main Jan 12, 2024
5 checks passed
@wackbyte wackbyte deleted the arbitrary-for-all-phantomdata branch January 12, 2024 04:33
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.

Is A: Arbitrary bound needed for PhantomData<A>?
2 participants