-
Notifications
You must be signed in to change notification settings - Fork 252
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
rewriter: hypothetical lifetime parameters not added to types in function signatures #921
Labels
Comments
cc @kkysen this is a potential task for you to take on in the next month if you run out of other things to do. otherwise i can get to it when i'm back |
Sure. What's the current behavior of the rewriter? |
It avoids liftime rewrites for all non-field types |
Merged
I'm working on this, so assigning just myself for the time being |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a function signature such as
If hypothetical lifetimes are introduced for
ppd: &'h0 &'h1 Data<'d>
andData
gets a hypothetical lifetime and updated toData<'d, 'h2>
we'd like the rewriter to generate:The text was updated successfully, but these errors were encountered: