-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Suggestion to wrap inner types using 'allocator_api' in tuple #90856
Suggestion to wrap inner types using 'allocator_api' in tuple #90856
Conversation
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
I don't understand what it's suggesting. Perhaps to replace |
looking at #83250 makes it more obvious that it is suggesting |
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.
This is looking much better, thanks for addressing those comments, a few more changes.
This comment has been minimized.
This comment has been minimized.
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.
Looks good, thanks for your work on this.
@bors r+ |
📌 Commit 57494f7 has been approved by |
…askrgr Rollup of 6 pull requests Successful merges: - rust-lang#90856 (Suggestion to wrap inner types using 'allocator_api' in tuple) - rust-lang#91103 (Inhibit clicks on summary's children) - rust-lang#91137 (Give people a single link they can click in the contributing guide) - rust-lang#91140 (Split inline const to two feature gates and mark expression position inline const complete) - rust-lang#91148 (Use `derive_default_enum` in the compiler) - rust-lang#91153 (kernel_copy: avoid panic on unexpected OS error) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Awesome. Thanks for getting to this even before I found out lol. Rust team is awesome. |
This PR provides a suggestion to wrap the inner types in tuple when being along with 'allocator_api'.
Closes #83250