-
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
Rename AllocRef
to Allocator
and (de)alloc
to (de)allocate
#79286
Conversation
Error: Parsing ping command in comment failed: ...'tbot ping:' | error: no team specified at >| ' wg-alloca'... Please let |
Error: Only Rust team members can ping teams. Please let |
Nice, I can't ping my own team. 🙁 |
☔ The latest upstream changes (presumably #79186) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
☔ The latest upstream changes (presumably #79529) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
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 change looks good to me.
b74ceb6
to
9274b37
Compare
@bors r=Lokathor,Wodann,m-ou-se |
📌 Commit 9274b37 has been approved by |
⌛ Testing commit 9274b37 with merge 938c9f1415de9805ec074fca89c0c080ac7e4efe... |
💥 Test timed out |
Apparently the Apple runners are timing out again :( @bors retry |
⌛ Testing commit 9274b37 with merge 5034e7a7bf3f5384025dc390c4804a23b160551a... |
☀️ Test successful - checks-actions |
📣 Toolstate changed by #79286! Tested on commit 3ff10e7. 💔 miri on windows: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). |
Tested on commit rust-lang/rust@3ff10e7. Direct link to PR: <rust-lang/rust#79286> 💔 miri on windows: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). 💔 miri on linux: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). 💔 nomicon on windows: test-pass → test-fail (cc @Gankra @frewsxcv). 💔 nomicon on linux: test-pass → test-fail (cc @Gankra @frewsxcv).
Update to new core::alloc::Allocator interface This fixes the allocator test for the changes made to the allocator trait in `core` in rust-lang/rust#79286 See rust-lang/rust#79709
Since you're a member of the |
I have become a member since then, but thanks for the info! |
The trait's identifier was changed in rust-lang/rust#79286.
The trait's identifier was changed in rust-lang/rust#79286.
Account for renaming AllocRef to Allocator on nightly `AllocRef` was renamed to `Allocator` in rust-lang/rust#79286.
Looks like the trait got renamed in rust-lang/rust#79286
Calling
Box::alloc_ref
andVec::alloc_ref
sounds like allocating a reference. To solve this ambiguity, this renamesAllocRef
toAllocator
andalloc
toallocate
. For a more detailed explaination see rust-lang/wg-allocators#76.closes rust-lang/wg-allocators#76
r? @KodrAus
@rustbot modify labels: +A-allocators +T-libs
@rustbot ping wg-allocators