Do not panic in return_type_impl_trait
#86505
Merged
+61
−13
Conversation
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
I think it's better to enumerate the Items that are relevant (i.e. closures and fn items), rather than checking for items to return early from. r=me with that, or as is |
@jackh726 Applied your suggestion, could you take a look once more in case I overlook some cases? |
@bors r+ rollup |
|
m-ou-se
added a commit
to m-ou-se/rust
that referenced
this pull request
Jun 24, 2021
Do not panic in `return_type_impl_trait` Fixes rust-lang#86483
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Fixes #86483