Skip to content

Fix ICE #63364 - #63370

Merged
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-ice-63364
Aug 8, 2019
Merged

Fix ICE #63364#63370
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-ice-63364

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 8, 2019
@varkor

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Aug 8, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit e2b3543 has been approved by varkor

@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 8, 2019
@CentrilCentril mentioned this pull request Aug 8, 2019
@CentrilCentril mentioned this pull request Aug 8, 2019
bors added a commit that referenced this pull request Aug 8, 2019
Rollup of 8 pull requests
Successful merges:
- #63261 (bump rand in libcore/liballoc test suites)
- #63316 (Update rustfmt to 1.4.4)
- #63332 (Add an overflow check in truncate implementation for Unix.)
- #63342 (Don't use remap-path-prefix in dep-info files.)
- #63366 (doc: Fix typo in float from bytes methods)
- #63370 (Fix ICE #63364)
- #63377 (Improved documentation for compile_error!())
- #63379 (Add test for issue 53096)
Failed merges:
r? @ghost
@bors
bors merged commit e2b3543 into rust-lang:masterAug 8, 2019
@JohnTitor
JohnTitor deleted the fix-ice-63364 branch August 8, 2019 21:20
@estebankestebank added beta-nominated Nominated for backporting to the compiler in the beta channel. stable-nominated Nominated for backporting to the compiler in the stable channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 8, 2019
@emilyalbini

Copy link
Copy Markdown
Member

Ping @rust-lang/compiler, do y'all want to backport this to the beta branch?

I'm removing the stable nomination myself as 1.37 is going to be released next week and there won't surely be a point release with just this.

@rustbot modify labels: -stable-nominated

@rustbotrustbot removed the stable-nominated Nominated for backporting to the compiler in the stable channel. label Aug 9, 2019
@Mark-SimulacrumMark-Simulacrum removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Aug 12, 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.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ICE when iterating over a u16 range whose bounds exceed 64k

8 participants

@JohnTitor@varkor@bors@emilyalbini@estebank@Mark-Simulacrum@rust-highfive@rustbot