-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
enable elision in where-clauses on functions #45667
Comments
Actually, I thought we maybe didn't want to permit |
It turns out we accidentally started accepting |
It will become a hard-error again |
Retagging as wg-traits; supporting elision feels trait-y to me |
Visiting for types triage. This feels a bit dated to us. If this is something that is desired in the future, this should probably go throug an RFC. |
A few thoughts here: I think we need to draft up a coherent RFC about what |
The following test case does not presently work, but ought to:
This is, I believe, blocked on #15872, because the same work that enables
'_
to expand to an early-bound region in that work ought to make supporting'_
in functions fairly straightforward.The text was updated successfully, but these errors were encountered: