-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
fix comment on Allocator trait #107916
fix comment on Allocator trait #107916
Conversation
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
Since this is still marked draft, I'll assume (Please comment with |
@rustbot ready |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? Amanieu |
I think it would be clearer to just say that block must remain valid until they are deallocated or all clones of the allocator are dropped. |
☔ The latest upstream changes (presumably #105096) made this pull request unmergeable. Please resolve the merge conflicts. |
@rustbot author |
@reez12g any updates on this? |
Sorry for the delay in responding. Conflicts have been resolved. |
@bors r+ rollup |
📌 Commit 5a3a65e1cc1dbc86efce75d6ad8d33cac22348a4 has been approved by It is now in the queue for this repository. |
Should be squashed https://rustc-dev-guide.rust-lang.org/git.html#no-merge-policy 5a3a65e |
@bors r- |
@rustbot ready |
@bors r+ |
fix comment on Allocator trait fixes rust-lang#107040
fix comment on Allocator trait fixes rust-lang#107040
Rollup of 7 pull requests Successful merges: - rust-lang#107916 (fix comment on Allocator trait) - rust-lang#111543 (Uplift `clippy::invalid_utf8_in_unchecked` lint) - rust-lang#111872 (fix: dedup `static_candidates` before report) - rust-lang#111955 (bootstrap: Various Step refactors) - rust-lang#112060 (`EarlyBinder::new` -> `EarlyBinder::bind`) - rust-lang#112064 (Migrate GUI colors test to original CSS color format) - rust-lang#112100 (Don't typecheck recovered method call from suggestion) r? `@ghost` `@rustbot` modify labels: rollup
fixes #107040