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

Reduce the number of used unstable features of x86_64 crate #155

Merged
merged 5 commits into from
Apr 30, 2021

Conversation

phil-opp
Copy link
Member

@phil-opp phil-opp commented Apr 30, 2021

The const_fn feature breaks quite often, e.g. most recently in rust-lang/rust#84310. We don't need this kind of const_fn functionality for this crate, so it makes sense to disable it to avoid such breakage.

@phil-opp phil-opp merged commit 26cb7c0 into main Apr 30, 2021
@phil-opp phil-opp deleted the update-x86_64 branch April 30, 2021 10:09
@phil-opp
Copy link
Member Author

Published together with #154 as v0.10.2.

@phil-opp phil-opp mentioned this pull request Apr 30, 2021
@phil-opp
Copy link
Member Author

phil-opp commented Apr 30, 2021

Backported to v0.9 in 91b56ee. Released as v0.9.17.

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.

None yet

2 participants