Skip to content

Remove dummy type parameters from iterator adaptors #8080

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

Closed
wants to merge 1 commit into from
Closed

Remove dummy type parameters from iterator adaptors #8080

wants to merge 1 commit into from

Conversation

bluss
Copy link
Member

@bluss bluss commented Jul 27, 2013

With the recent fixes to method resolution, we can now remove the
dummy type parameters used as crutches in the iterator module.

For example, the zip adaptor type is just ZipIterator<T, U> now.

With the recent fixes to method resolution, we can now remove the
dummy type parameters used as crutches in the iterator module.

For example, the zip adaptor type is just ZipIterator<T, U> now.
@bluss
Copy link
Member Author

bluss commented Jul 27, 2013

thanks

@thestinger
Copy link
Contributor

Landing as part of #8074 just to speed things along.

@thestinger thestinger closed this Jul 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 17, 2021
Fix FP on `question_mark` if returned object is not local

Closes rust-lang#8019

changelog: [`question_mark`] Fix FP when returned object is not local
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