-
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
Make some ported cfail tests robust w.r.t. NLL #53369
Make some ported cfail tests robust w.r.t. NLL #53369
Conversation
… from rust-lang#53196. See also the bulletpoint list on rust-lang#53351.
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @davidtwco |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@bors: r=davidtwco delegate=davidtwco |
✌️ @davidtwco can now approve this pull request |
📌 Commit c7041a6 has been approved by |
⌛ Testing commit c7041a6 with merge 67cd9f6d77efce03f15569d84024b77bd38ed6a0... |
💔 Test failed - status-appveyor |
@bors retry GitHub archive issue.
|
…rted-compile-fail-tests-more-robust-wrt-nll, r=nikomatsakis make more ported compile fail tests more robust w.r.t. NLL This is similar to PR rust-lang#53369, except it covers a disjoint (and much smaller) set of tests that I needed to look at more carefully before being 100% certain they were the same kind of issue.
☀️ Test successful - status-appveyor, status-travis |
Updated the most glaring instances of weak tests w.r.t. NLL that came from #53196.
See also the bulletpoint list on #53351.