-
Couldn't load subscription status.
- Fork 399
proper support for Assert MIR terminators
#1084
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
Conversation
234f59d to
2897a40
Compare
This comment has been minimized.
This comment has been minimized.
6a7206a to
2cba42b
Compare
|
☔ The latest upstream changes (presumably #1092) made this pull request unmergeable. Please resolve the merge conflicts. |
Miri engine: proper support for `Assert` MIR terminators This puts down the basis for rust-lang/miri#1070, and I also did some clean-up. The Miri side of this is at rust-lang/miri#1084. r? @oli-obk
Test diverging closure coercion Adds a test for rust-lang#1075. Depends on rust-lang/rust#66827.
2cba42b to
0861f76
Compare
Requires generalizing the call_function helper to arbitrary Immediate arguments
0861f76 to
2ef5ac1
Compare
|
@bors r+ |
|
📌 Commit 2ef5ac1 has been approved by |
proper support for `Assert` MIR terminators Fixes #1070 Blocked on rust-lang/rust#66874
|
💔 Test failed - status-appveyor |
|
@bors r+ |
|
📌 Commit ce7b44b has been approved by |
proper support for `Assert` MIR terminators Fixes #1070 Blocked on rust-lang/rust#66874
|
☀️ Test successful - checks-travis, status-appveyor |
Fixes #1070
Blocked on rust-lang/rust#66874