-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Cfg hide more conditions for core and alloc #89668
Conversation
Thanks! r=me once CI pass |
This also affects |
It does indeed: https://doc.rust-lang.org/nightly/alloc/index.html @Urgau: Please add the fix there as well. |
Done |
Let's try that. @bors r=GuillaumeGomez rollup EDIT: Well, didn't worked as planned. Sorry for the noise. |
@Urgau: 🔑 Insufficient privileges: Not in reviewers |
@Urgau: 🔑 Insufficient privileges: not in try users |
@bors r=GuillaumeGomez rollup |
📌 Commit 0a03ec4 has been approved by |
Cfg hide more conditions for core and alloc Fixes rust-lang#89663 Before: ![image](https://user-images.githubusercontent.com/3616612/136572816-a7844ac7-dc2f-4d79-87b4-7f9766421a83.png) After: ![image](https://user-images.githubusercontent.com/3616612/136572745-7d890726-8efd-4d74-83ac-ed06f4687741.png) *Same for alloc* r? `@GuillaumeGomez`
…laumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#86506 (Don't normalize xform_ret_ty during method candidate assembly ) - rust-lang#89538 (Make rustdoc not highlight `->` and `=>` as operators) - rust-lang#89649 (clippy::complexity fixes) - rust-lang#89668 (Cfg hide more conditions for core and alloc) - rust-lang#89669 (Remove special-casing of never primitive in rustdoc-json-types) - rust-lang#89672 (Remove unwrap_or! macro) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #89663
Before:
After:
Same for alloc
r? @GuillaumeGomez