-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[NLL] Propagate bounds from generators #55013
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[NLL] Propagate bounds from generators #55013
Conversation
5bb5e2c
to
4627eb9
Compare
@bors r+ |
📌 Commit 4627eb9d55710b09e8a2f24888dd8d7e3ea27270 has been approved by |
Good catch. |
☔ The latest upstream changes (presumably #55093) made this pull request unmergeable. Please resolve the merge conflicts. |
4627eb9
to
b95f7db
Compare
@bors r=nikomatsakis |
📌 Commit b95f7dbcdcfbae7abe1c060bf8839254e3438e26 has been approved by |
b95f7db
to
ef1a40d
Compare
@bors r=nikomatsakis |
📌 Commit ef1a40d has been approved by |
⌛ Testing commit ef1a40d with merge 5906face9984dcab3528d430193b6d3247749ab3... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
…ounds, r=nikomatsakis [NLL] Propagate bounds from generators This used to only be done for closures.
Rollup of 7 pull requests Successful merges: - #54300 (Updated RELEASES.md for 1.30.0) - #55013 ([NLL] Propagate bounds from generators) - #55071 (Fix ICE and report a human readable error) - #55144 (Cleanup resolve) - #55166 (Don't warn about parentheses on `match (return)`) - #55169 (Add a `copysign` function to f32 and f64) - #55178 (Stabilize slice::chunks_exact(), chunks_exact_mut(), rchunks(), rchunks_mut(), rchunks_exact(), rchunks_exact_mut())
This used to only be done for closures.
r? @nikomatsakis