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 miri CI #231

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Fix miri CI #231

merged 2 commits into from
Apr 1, 2024

Conversation

zachs18
Copy link
Contributor

@zachs18 zachs18 commented Apr 1, 2024

As of rust-lang/miri#2275, raw pointer tagging is now always enabled, and since rust-lang/miri#3339 the -Zmiri-tag-raw-pointers CLI option has been removed, causing CI failures.

Also, rust-lang/miri#2423 got fixed recently, so remove the workaround for it (that was also making miri CI fail lol).

@Lokathor Lokathor merged commit 0c821ce into Lokathor:main Apr 1, 2024
14 checks passed
zachs18 added a commit to zachs18/bytemuck that referenced this pull request Apr 2, 2024
* Remove -Zmiri-tag-raw-pointers

It is now the default.

* Remove workaround for miri/2423
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