-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 regression test #76257
Add regression test #76257
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
cc: @Dylan-DPC |
r? @Dylan-DPC |
@bors r+ rollup=never |
📌 Commit acac5c6 has been approved by |
@bors rollup=always :D |
Add regression test This adds a regression test for rust-lang#75777, effectively closing it since it is solved on nightly and beta.
Add regression test This adds a regression test for rust-lang#75777, effectively closing it since it is solved on nightly and beta.
Failed in rollup: https://github.com/rust-lang/rust/pull/76317/checks?check_run_id=1070864339#step:23:1526 probably needs a rebase |
7da258c
to
4bfdcea
Compare
@bors r+ rollup |
📌 Commit 4bfdcea has been approved by |
@bors r- failed in #77191 (comment) |
ah ok I updated that test, so maybe now... it should be fine? Just curious, is there documentation for the nll mode? I should probably read up on it |
@bors r=@Dylan-DPC rollup=iffy |
📌 Commit 41b40279e7178f19ce6c8c66e75e32d731fa24ed has been approved by |
⌛ Testing commit 41b40279e7178f19ce6c8c66e75e32d731fa24ed with merge 9f569d1f93bee4040b86204ee082d4e991022525... |
💔 Test failed - checks-actions |
|
It should be all good hopefully since I blessed the output and it fixed the error |
@bors r=Dylan-DPC rollup=iffy |
📌 Commit a7e8208 has been approved by |
☀️ Test successful - checks-actions |
This adds a regression test for #75777, effectively closing it since it is solved on nightly and beta.
Closes #75777