Skip to content

fix into_iter on ZST - #101237

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:into-iter-zst
Aug 31, 2022
Merged

fix into_iter on ZST#101237
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:into-iter-zst

Conversation

@RalfJung

Copy link
Copy Markdown
Member

@rustbotrustbot added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Aug 31, 2022
@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 Aug 31, 2022
@thomcc

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Aug 31, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit fe29ac9 has been approved by thomcc

It is now in the queue for this repository.

@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 Aug 31, 2022
@RalfJung

Copy link
Copy Markdown
MemberAuthor

@bors p=1
blocks fixing Miri

This was referenced Aug 31, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 31, 2022
Rollup of 7 pull requests
Successful merges:
- rust-lang#90946 (Ignore `reference`s in "Type::inner_def_id")
- rust-lang#100730 (Migrate rustc_monomorphize to use SessionDiagnostic)
- rust-lang#100753 (translations(rustc_session): migrates `rustc_session` to use `SessionDiagnostic` - Pt. 1)
- rust-lang#100831 (Migrate `symbol_mangling` module to new diagnostics structs)
- rust-lang#101204 (rustdoc: Resugar async fn return type in `clean`, not `html`)
- rust-lang#101216 (Use in-page links for sanitizer docs.)
- rust-lang#101237 (fix into_iter on ZST)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 2a02882 into rust-lang:masterAug 31, 2022
@rustbotrustbot added this to the 1.65.0 milestone Aug 31, 2022
@RalfJung
RalfJung deleted the into-iter-zst branch August 31, 2022 17:00
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.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

into_iter().rev() on a ZST hangs

6 participants

@RalfJung@rust-highfive@thomcc@bors@Mark-Simulacrum@rustbot