Skip to content

Added Allocator template argument for rustc_iter#605

Merged
Amanieu merged 1 commit intorust-lang:masterfrom
brunogouveia:hash-map-set-into-iter
Jan 8, 2025
Merged

Added Allocator template argument for rustc_iter#605
Amanieu merged 1 commit intorust-lang:masterfrom
brunogouveia:hash-map-set-into-iter

Conversation

@brunogouveia
Copy link
Copy Markdown
Contributor

This change will allow rustc_iter to be called on IntoIter and Drain that are parameterised with custom allocator types.

It seems these two implementations were missed on the initial work to support custom allocators #133.

@Amanieu
Copy link
Copy Markdown
Member

Amanieu commented Jan 7, 2025

@bors r+

@Amanieu
Copy link
Copy Markdown
Member

Amanieu commented Jan 7, 2025

Oops I forgot we're not using bors any more :)

@Amanieu Amanieu added this pull request to the merge queue Jan 7, 2025
Merged via the queue into rust-lang:master with commit d76a3de Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants