-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Alloc features cleanup #87769
Alloc features cleanup #87769
Conversation
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
These exist to test full nll mode. #66498 (comment) |
If we really need to keep that in |
NLL is currently in migration mode by default, which still uses the old AST based regionck. |
LGTM once the NLL bit is sorted. |
☔ The latest upstream changes (presumably #86808) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors delegate+ Looks good after a rebase and putting back |
✌️ @m-ou-se can now approve this pull request |
d7672fb
to
6fdcedc
Compare
@bors r=yaahc,dtolnay |
📌 Commit 6fdcedc has been approved by |
Rollup of 10 pull requests Successful merges: - rust-lang#86479 (Automatic exponential formatting in Debug) - rust-lang#87404 (Add support for artifact size profiling) - rust-lang#87769 (Alloc features cleanup) - rust-lang#88789 (remove unnecessary bound on Zip specialization impl) - rust-lang#88860 (Deduplicate panic_fmt) - rust-lang#90009 (Make more `From` impls `const` (libcore)) - rust-lang#90018 (Fix rustdoc UI for very long type names) - rust-lang#90025 (Revert rust-lang#86011 to fix an incorrect bound check) - rust-lang#90036 (Remove border-bottom from most docblocks.) - rust-lang#90060 (Update RELEASES.md) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This sorts and categorizes the
#![features]
inalloc
and removes unused ones.This is part of #87766
The following feature attributes were unnecessary and are removed: