Skip to content
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

Added Allocator template argument for rustc_iter #605

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

brunogouveia
Copy link
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
Member

Amanieu commented Jan 7, 2025

@bors r+

@Amanieu
Copy link
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
26 checks passed
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