Uh oh!
There was an error while loading. Please reload this page.
[NLL] Propagate bounds from generators - #55013
Conversation
5bb5e2c to
4627eb9Comparenikomatsakis
commented
Oct 16, 2018
@bors r+ |
bors
commented
Oct 16, 2018
📌 Commit 4627eb9d55710b09e8a2f24888dd8d7e3ea27270 has been approved by |
nikomatsakis
commented
Oct 16, 2018
Good catch. |
bors
commented
Oct 17, 2018
☔ The latest upstream changes (presumably #55093) made this pull request unmergeable. Please resolve the merge conflicts. |
4627eb9 to
b95f7dbComparematthewjasper
commented
Oct 17, 2018
@bors r=nikomatsakis |
bors
commented
Oct 17, 2018
📌 Commit b95f7dbcdcfbae7abe1c060bf8839254e3438e26 has been approved by |
b95f7db to
ef1a40dComparematthewjasper
commented
Oct 18, 2018
@bors r=nikomatsakis |
bors
commented
Oct 18, 2018
📌 Commit ef1a40d has been approved by |
bors
commented
Oct 19, 2018
⌛ Testing commit ef1a40d with merge 5906face9984dcab3528d430193b6d3247749ab3... |
bors
commented
Oct 19, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Oct 19, 2018
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 |
kennytm
commented
Oct 19, 2018
…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