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

Fix panic in some TryStreamExt combinators #2250

Merged
merged 1 commit into from
Nov 1, 2020

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Oct 31, 2020

Fixes #2249

@taiki-e taiki-e changed the title Fix panic of some TryStreamExt combinators Fix panic in some TryStreamExt combinators Nov 1, 2020
@taiki-e taiki-e merged commit 7667251 into rust-lang:master Nov 1, 2020
@taiki-e taiki-e deleted the try_filter_map branch November 1, 2020 16:38
@taiki-e taiki-e mentioned this pull request Nov 4, 2020
@taiki-e taiki-e added the A-stream Area: futures::stream label Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stream Area: futures::stream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

try_filter_map causes stream to panic after an error is returned
1 participant