-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 tests for #94502 #94553
add tests for #94502 #94553
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 188ae00 has been approved by |
@bors r- |
@@ -0,0 +1,23 @@ | |||
// check-pass |
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.
oh is it because of check-pass
?
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.
but i don't see why it wouldn't be picked by the CI then
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.
this borrowcheck warning is a hard error with nll
enabled, we don't test nll in ci
@bors r=Dylan-DPC rollup |
📌 Commit dad81b6 has been approved by |
…askrgr Rollup of 4 pull requests Successful merges: - rust-lang#94553 (add tests for rust-lang#94502) - rust-lang#94614 (Remove ordering traits from `rustc_span::hygiene::LocalExpnId`) - rust-lang#94685 (interpret: move saturating_add/sub into (pub) helper method) - rust-lang#94688 (Erase regions when checking for missing Copy predicates) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
cc #94552