-
Notifications
You must be signed in to change notification settings - Fork 56
running tests under miri fails #26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 |
Uh oh!
There was an error while loading. Please reload this page.
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: