Skip to content

Fuse inner iterator in FlattenCompat and improve related tests - #81306

Merged
bors merged 2 commits into
rust-lang:masterfrom
SkiFire13:fuse-flatten
Jan 29, 2021
Merged

Fuse inner iterator in FlattenCompat and improve related tests#81306
bors merged 2 commits into
rust-lang:masterfrom
SkiFire13:fuse-flatten

Conversation

@SkiFire13

Copy link
Copy Markdown
Contributor

Fixes#81248

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 23, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
Member

r? @cuviper

@cuviper

Copy link
Copy Markdown
Member

Looks good!

@bors r+

@bors

bors commented Jan 25, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 5aa625b has been approved by cuviper

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 25, 2021
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Jan 27, 2021
Fuse inner iterator in FlattenCompat and improve related tests
Fixesrust-lang#81248
This was referenced Jan 27, 2021
This was referenced Jan 27, 2021
@JohnTitorJohnTitor mentioned this pull request Jan 29, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 29, 2021
Rollup of 10 pull requests
Successful merges:
- rust-lang#79570 (rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`)
- rust-lang#79819 (Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint)
- rust-lang#79991 (rustdoc: Render HRTB correctly for bare functions)
- rust-lang#80215 (Use -target when linking binaries for Mac Catalyst)
- rust-lang#81158 (Point to span of upvar making closure FnMut)
- rust-lang#81176 (Improve safety of `LateContext::qpath_res`)
- rust-lang#81287 (Split rustdoc JSON types into separately versioned crate)
- rust-lang#81306 (Fuse inner iterator in FlattenCompat and improve related tests)
- rust-lang#81333 (clean up some const error reporting around promoteds)
- rust-lang#81459 (Fix rustdoc text selection for page titles)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 94e093a into rust-lang:masterJan 29, 2021
@rustbotrustbot added this to the 1.51.0 milestone Jan 29, 2021
@SkiFire13
SkiFire13 deleted the fuse-flatten branch January 29, 2021 08:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flatten and FlatMap have incorrect bounds for their FusedIterator impls

6 participants

@SkiFire13@rust-highfive@Mark-Simulacrum@cuviper@bors@rustbot