Uh oh!
There was an error while loading. Please reload this page.
Alloc features cleanup - #87769
Conversation
rust-highfive
commented
Aug 4, 2021
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
bjorn3
commented
Aug 5, 2021
These exist to test full nll mode. #66498 (comment) |
m-ou-se
commented
Aug 5, 2021
If we really need to keep that in |
bjorn3
commented
Aug 5, 2021
NLL is currently in migration mode by default, which still uses the old AST based regionck. |
yaahc
commented
Aug 5, 2021
LGTM once the NLL bit is sorted. |
bors
commented
Aug 18, 2021
☔ The latest upstream changes (presumably #86808) made this pull request unmergeable. Please resolve the merge conflicts. |
dtolnay
commented
Oct 3, 2021
@bors delegate+ Looks good after a rebase and putting back |
bors
commented
Oct 3, 2021
✌️ @m-ou-se can now approve this pull request |
d7672fb to
6fdcedcComparem-ou-se
commented
Oct 19, 2021
@bors r=yaahc,dtolnay |
bors
commented
Oct 19, 2021
📌 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]inallocand removes unused ones.This is part of #87766
The following feature attributes were unnecessary and are removed: