-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Miri engine: proper support for Assert
MIR terminators
#66874
Conversation
24a2882
to
0b1379d
Compare
This comment has been minimized.
This comment has been minimized.
0b1379d
to
a83aa9b
Compare
@bors r=oli-obk |
📌 Commit 9e7a28b3a3f30938a4eed683d34a3cc59d61bfd9 has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
04a4b85
to
3c1fd05
Compare
I rebased to be able to test this branch integrated with the Miri fixes that landed in the mean time. The last commit is the only new one. |
Rollup of 7 pull requests Successful merges: - #66346 (Replace .unwrap() with ? in std::os::unix::net) - #66789 (rustc: move mir::SourceScopeLocalData to a field of SourceScopeData.) - #66822 (libunwind_panic: adjust miri panic hack) - #66827 (handle diverging functions forwarding their return place) - #66828 (Less minification) - #66850 (rustc: hide HirId's fmt::Debug output from -Z span_free_formats.) - #66907 (rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.) Failed merges: - #66874 (Miri engine: proper support for `Assert` MIR terminators) r? @ghost
☔ The latest upstream changes (presumably #66944) made this pull request unmergeable. Please resolve the merge conflicts. |
3c1fd05
to
5e51a15
Compare
@bors r=oli-obk |
📌 Commit 5e51a15 has been approved by |
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 successful - checks-azure |
proper support for `Assert` MIR terminators Fixes #1070 Blocked on rust-lang/rust#66874
proper support for `Assert` MIR terminators Fixes #1070 Blocked on rust-lang/rust#66874
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