-
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
Use a GAT for Residual
#104128
Use a GAT for Residual
#104128
Conversation
@rustbot label -T-libs |
@rustbot label -S-waiting-on-review +S-waiting-on-author |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors try |
@h4x5: 🔑 Insufficient privileges: not in try users |
r? @scottmcm |
@rustbot label +S-waiting-on-review -S-waiting-on-author |
Thanks for sending a PR! I agree that all the I have some concerns about using a GAT here, though. I've put some comments in the tracking issue (#91285 (comment)) so they won't get lost when this PR either merges or gets closed; let's discuss this more over there? |
Given your comment over in #91285 (comment), I'm going to close this for now. We can always reopen it in future should the design discussions end up deciding that that GAT version is better! |
See discussion in #91285 (comment) for info.
Tracking issue: #91285
These unstable APIs were updated:
array_try_from_fn
: #89379array_try_map
: #79711iterator_try_collect
: #94047iterator_try_reduce
: #87053try_find
: #63178