Skip to content

Avoid ICE when breaking to an unreachable label - #66535

Merged
bors merged 1 commit into
rust-lang:masterfrom
estebank:issue-62480
Nov 20, 2019
Merged

Avoid ICE when breaking to an unreachable label#66535
bors merged 1 commit into
rust-lang:masterfrom
estebank:issue-62480

Conversation

@estebank

Copy link
Copy Markdown
Contributor

Fix#62480.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @matthewjasper

(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 Nov 19, 2019
@matthewjasper

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Nov 20, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 31620fb has been approved by matthewjasper

@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 Nov 20, 2019
Centril added a commit to Centril/rust that referenced this pull request Nov 20, 2019
@CentrilCentril mentioned this pull request Nov 20, 2019
bors added a commit that referenced this pull request Nov 20, 2019
Rollup of 7 pull requests
Successful merges:
- #66060 (Making ICEs and test them in incremental)
- #66298 (rustdoc: fixes#64305: disable search field instead of hidding it)
- #66457 (Just derive Hashstable in librustc)
- #66496 (rustc_metadata: Privatize more things)
- #66514 (Fix selected crate search filter)
- #66535 (Avoid ICE when `break`ing to an unreachable label)
- #66573 (Ignore run-make reproducible-build-2 on Mac)
Failed merges:
r? @ghost
@bors
bors merged commit 31620fb into rust-lang:masterNov 20, 2019
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.

Internal compiler error with labeled break inside closure

4 participants

@estebank@rust-highfive@matthewjasper@bors