-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Updates on lifetime dependence #72569
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
Conversation
@swift-ci smoke test |
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion...
"cannot infer lifetime dependence, multiple parameters qualifiy as a candidate", ()) | ||
ERROR(lifetime_dependence_cannot_infer_no_candidates, none, | ||
"cannot infer lifetime dependence, no parameters found that are " | ||
"~Escapable or Escapable with a borrowing ownership", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still ambiguous. Maybe
no parameters found that are either ~Escapable or have borrowing ownership.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do this as a followup
No description provided.