-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Core features cleanup #87768
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
Core features cleanup #87768
Conversation
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
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.
Nice!
@bors r+ |
📌 Commit 7306c69 has been approved by |
☔ The latest upstream changes (presumably #86155) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors rollup=iffy |
After this change, all library #![feature]s enabled in core are for const fns.
7306c69
to
cdf83c0
Compare
Rebased after another PR already removed @bors r=dtolnay |
📌 Commit cdf83c0 has been approved by |
⌛ Testing commit cdf83c0 with merge 5caae6edbc5c6a605e585a5b30d5eab6c325c427... |
💔 Test failed - checks-actions |
dist-mingw failed without logs. @bors retry |
☀️ Test successful - checks-actions |
This sorts and categorizes the
#![features]
incore
and removes unused ones.This is part of #87766
The following feature attributes were unnecessary and are removed: