Uh oh!
There was an error while loading. Please reload this page.
Core features cleanup - #87768
Merged
Merged
Conversation
rust-highfive
commented
Aug 4, 2021
Contributor
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
8 tasks
dtolnay
commented
Aug 4, 2021
Member
@bors r+ |
bors
commented
Aug 4, 2021
Collaborator
📌 Commit 7306c69 has been approved by |
bors
commented
Aug 5, 2021
Collaborator
☔ The latest upstream changes (presumably #86155) made this pull request unmergeable. Please resolve the merge conflicts. |
jyn514
commented
Aug 5, 2021
Member
@bors rollup=iffy |
After this change, all library #![feature]s enabled in core are for const fns.
m-ou-seforce-pushed
the
core-features-cleanup
branch
from
August 5, 2021 10:57
7306c69 to
cdf83c0Comparem-ou-se
commented
Aug 5, 2021
MemberAuthor
Rebased after another PR already removed @bors r=dtolnay |
bors
commented
Aug 5, 2021
Collaborator
📌 Commit cdf83c0 has been approved by |
bors
commented
Aug 5, 2021
Collaborator
⌛ Testing commit cdf83c0 with merge 5caae6edbc5c6a605e585a5b30d5eab6c325c427... |
bors
commented
Aug 5, 2021
Collaborator
💔 Test failed - checks-actions |
rust-log-analyzer
commented
Aug 5, 2021
Collaborator
jyn514
commented
Aug 5, 2021
Member
dist-mingw failed without logs. @bors retry |
bors
commented
Aug 5, 2021
Collaborator
bors
commented
Aug 5, 2021
Collaborator
☀️ Test successful - checks-actions |
This was referenced Aug 5, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This sorts and categorizes the
#![features]incoreand removes unused ones.This is part of #87766
The following feature attributes were unnecessary and are removed: