-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Implement lifetime inferring #17595
Conversation
☔ The latest upstream changes (presumably #17620) made this pull request unmergeable. Please resolve the merge conflicts. |
6006a8e
to
b9e9e29
Compare
☔ The latest upstream changes (presumably #17755) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #17907) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ thanks! |
☀️ Test successful - checks-actions |
This regressed unknown types from 41 to 62 on self somehow 🤔 |
There shouldn't be anything creating new |
It's fine, it only regressed on self so its likely not too bad. I imagine unification fails due to some new lifetimes now within chalk |
No description provided.