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

Always use std::hint::black_box(). #794

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

waywardmonkeys
Copy link
Contributor

This has been stable since Rust 1.66 and our MSRV is now 1.70.

The feature is kept around for now as removing it would break people's configurations if they were enabling it.

It can be removed at the next semver break.

Supercedes #701.
Fixes #633.
Fixes #700.

This has been stable since Rust 1.66 and our MSRV is now 1.70.

The feature is kept around for now as removing it would break
people's configurations if they were enabling it.

It can be removed at the next semver break.

Supercedes bheisler#701.
Fixes bheisler#633.
Fixes bheisler#700.
@lemmih lemmih merged commit 6ac1bd6 into bheisler:master Jul 26, 2024
4 checks passed
@waywardmonkeys waywardmonkeys deleted the change-to-std-hint-black_box branch July 26, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants