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

Use Box instead of &T in test_impls success cases #945

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Feb 23, 2024

This allows the callback passed to with_passing_test_cases to access its argument mutably. We don't make use of this ability in this commit, but it will become important later when we implement TryFromBytes for UnsafeCell.

Makes progress on #5

This allows the callback passed to `with_passing_test_cases` to access
its argument mutably. We don't make use of this ability in this commit,
but it will become important later when we implement `TryFromBytes` for
`UnsafeCell`.

Makes progress on #5
@joshlf joshlf added this pull request to the merge queue Feb 23, 2024
Merged via the queue into main with commit 1cd4f3d Feb 23, 2024
210 checks passed
@joshlf joshlf deleted the test-impls-uses-box branch February 23, 2024 21:46
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.

2 participants