-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Move stability queries to librustc_passes. #67700
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
☔ The latest upstream changes (presumably #66942) made this pull request unmergeable. Please resolve the merge conflicts. |
7137ef4
to
b0f5d96
Compare
Rebased. |
@bors r+ |
📌 Commit b0f5d96be80a642aebf6f9c2872fa355f91b1da7 has been approved by |
☔ The latest upstream changes (presumably #67752) made this pull request unmergeable. Please resolve the merge conflicts. |
b0f5d96
to
ec67a72
Compare
Rebased. |
☔ The latest upstream changes (presumably #67699) made this pull request unmergeable. Please resolve the merge conflicts. |
ec67a72
to
ad758cc
Compare
☔ The latest upstream changes (presumably #67763) made this pull request unmergeable. Please resolve the merge conflicts. |
Contains: - check_mod_unstable_api_usage query; - stability_index query; - check_unused_or_stable features pass.
ad758cc
to
36b6630
Compare
@bors r+ |
📌 Commit 36b6630 has been approved by |
☀️ Test successful - checks-azure |
Contains:
Split out of #67688
r? @Zoxc