-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add more // unit-test
s to MIR opt tests
#100086
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
r? rust-lang/mir-opt |
☔ The latest upstream changes (presumably #100087) made this pull request unmergeable. Please resolve the merge conflicts. |
Thanks @JakobDegen! @bors r+ |
📌 Commit 10087406345124b1c10bcadd89aae0639314bfc2 has been approved by It is now in the queue for this repository. |
Oh, wait. There's a merge conflict. @bors r- r=me with that resolved |
1008740
to
ac75863
Compare
@rustbot ready Nothing interesting changed, no bors perms though @wesleywiser |
@bors r+ |
…iser Add more `// unit-test`s to MIR opt tests I only changed things which are hopefully completely uninteresting. I plan to submit more PRs that cover more files, but those cases will need some more complicated (and hence possibly controversial) changes, so I'll try and submit those in reasonably sized batches. r? rust-lang/wg-mir-opt
✌️ @JakobDegen can now approve this pull request |
ac75863
to
7a1bfc0
Compare
Thanks, was able to reproduce and fix the failure locally, hopefully bors agrees. Wonder what it would take to make GHA run these... @bors r=wesleyweiser |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#99573 (Stabilize backtrace) - rust-lang#100069 (Add error if link_ordinal used with unsupported link kind) - rust-lang#100086 (Add more `// unit-test`s to MIR opt tests) - rust-lang#100332 (Rename integer log* methods to ilog*) - rust-lang#100334 (Suggest a missing semicolon before an array) - rust-lang#100340 (Iterate generics_def_id_map in reverse order to fix P-critical issue) - rust-lang#100345 (docs: remove repetition in `is_numeric` function docs) - rust-lang#100352 (Update cargo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I only changed things which are hopefully completely uninteresting. I plan to submit more PRs that cover more files, but those cases will need some more complicated (and hence possibly controversial) changes, so I'll try and submit those in reasonably sized batches.
r? rust-lang/wg-mir-opt