-
Notifications
You must be signed in to change notification settings - Fork 53
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
running tests under miri fails #26
Comments
Well, that or the model isn't what we think it should be. |
I looked into this. The problem is as follows:
The mutable reference gets created by This crate here cannot really do anything about that. If this is a pattern that |
Reported upstream as rust-lang/rust#60847 |
This should be fixed by rust-lang/rust#61114. |
confirm that this is not the issue anymore! |
We also have Miri on CI now for this project: #27 |
Hi! I've tried running the test suite with miri and got the following result:
@RalfJung says that this error means that code invokes UB ^^
EDIT: pasted the wrgon detail initially, updated
The text was updated successfully, but these errors were encountered: