Copy generics from functions to Return Position Impl Traits in HIR lowering#101345
Closed
spastorino wants to merge 53 commits intorust-lang:masterfrom
Closed
Copy generics from functions to Return Position Impl Traits in HIR lowering#101345spastorino wants to merge 53 commits intorust-lang:masterfrom
spastorino wants to merge 53 commits intorust-lang:masterfrom
Conversation
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Going to write some good description here. Opening to allow reviews as I write a proper description.
This is going to allow proper support for RPITITs and async fns in traits.
#101224 can be rebased on top of this one.
r? @nikomatsakis
cc @oli-obk @cjgillot @jackh726 @compiler-errors (unsure if somebody else is missing in the list of interested people)
I still need to make some improvements of code but please do not wait for that to review. I've already spotted some things that I want to fix.