-
Notifications
You must be signed in to change notification settings - Fork 353
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
Many tests fail with: tried to access a dead local variable #303
Comments
RalfJung
changed the title
All tests fail with: tried to access a dead local variable
Many tests fail with: tried to access a dead local variable
Aug 13, 2017
I think it's purely related to the |
bors
added a commit
to rust-lang/rust
that referenced
this issue
Aug 15, 2017
emit StorageLive for box temporaries We started emitting StorageDead, so we better emit the corrseponding StorageLive to avoid problems. cc #43772 rust-lang/miri#303
Should be fixed by next nightly, as rust-lang/rust#43859 fixes the issue. |
Fixed upstream. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like something changed in rustc, and it now emits StorageDead/StorageLive differently.
The text was updated successfully, but these errors were encountered: