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

Work around negative_impls that allows unsound overlapping Unpin impls #84

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Oct 24, 2024

See taiki-e/pin-project#340 (comment) for details of the workaround.

Fixes #70

@taiki-e taiki-e merged commit 57d5679 into main Oct 24, 2024
10 checks passed
@taiki-e taiki-e deleted the negative_impls branch October 24, 2024 11:50
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.

#![feature(negative_impls)] breaks the guarantee for Unpin provided by pin-project-lite
1 participant