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

Updated invalid_mut to without_provenance_mut due to recent change in Rust Nightly #41

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

ambaxter
Copy link
Contributor

@ambaxter ambaxter commented Mar 6, 2024

Aligners to no longer compiles with miri due to std::ptr::invalid_mut being renamed to without_provenance_mut in this commit.

I've fixed the affected code. All test pass with cargo miri test

@V0ldek
Copy link
Owner

V0ldek commented Mar 7, 2024

Thanks for this, looks good. The commit you've linked is not the one that renamed the function, but I can see it happened in this one.

I just need to figure out why the required checks are not running on your PR, bear with me.

@V0ldek V0ldek merged commit 584d750 into V0ldek:main Mar 7, 2024
11 checks passed
@ambaxter ambaxter deleted the update_miri branch March 13, 2024 15:49
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