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

Fix atomic ordering in LazyArc #632

Merged
merged 2 commits into from
Nov 22, 2022
Merged

Fix atomic ordering in LazyArc #632

merged 2 commits into from
Nov 22, 2022

Conversation

philipc
Copy link
Collaborator

@philipc philipc commented Nov 20, 2022

Fixes build error:
error: compare_exchange's failure ordering may not be stronger than the success ordering of Release

@bjorn3
Copy link
Contributor

bjorn3 commented Nov 20, 2022

This has been allowed since rust-lang/rust#98383 which landed in rustc 1.64. Maybe add a comment to that effect?

Fixes build error:
error: compare_exchange's failure ordering may not be stronger than the success ordering of `Release`
@philipc philipc merged commit ec0ed83 into gimli-rs:master Nov 22, 2022
@philipc philipc deleted the lazyarc branch November 22, 2022 03:28
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