Skip to content

Fix an ICE in the min_const_fn analysis - #55412

Merged
bors merged 1 commit into
rust-lang:masterfrom
oli-obk:min_const_fn_ice
Oct 28, 2018
Merged

Fix an ICE in the min_const_fn analysis#55412
bors merged 1 commit into
rust-lang:masterfrom
oli-obk:min_const_fn_ice

Conversation

@oli-obk

Copy link
Copy Markdown
Contributor

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @estebank

(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 Oct 27, 2018
@Centril

Copy link
Copy Markdown
Contributor

Tests look good; that's about it wrt. what I can comment on :)

@estebank

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 27, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit c04893a has been approved by estebank

@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 Oct 27, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Oct 27, 2018
@kennytmkennytm mentioned this pull request Oct 28, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Oct 28, 2018
bors added a commit that referenced this pull request Oct 28, 2018
Rollup of 11 pull requests
Successful merges:
- #55148 (Implement FromStr for PathBuf)
- #55185 (path suggestions in Rust 2018 should point out the change in semantics)
- #55191 (Fix sub-variant doc display)
- #55199 (Impl items have generics)
- #55244 (Don't rerun MIR passes when inlining)
- #55252 (Add MaybeUninit::new)
- #55257 (Allow extern statics with an extern type)
- #55389 (Remove unnecessary mut in iterator.find_map documentation example, R…)
- #55406 (Update string.rs)
- #55412 (Fix an ICE in the min_const_fn analysis)
- #55421 (Add ManuallyDrop::take)
@bors
bors merged commit c04893a into rust-lang:masterOct 28, 2018
@oli-obk
oli-obk deleted the min_const_fn_ice branch October 29, 2018 12:37
@oli-obkoli-obk added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 29, 2018
@oli-obk

Copy link
Copy Markdown
ContributorAuthor

Nominating for beta, as otherwise we'd have an ICE instead of an error in the first stable that has const fn.

@Mark-SimulacrumMark-Simulacrum added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Oct 30, 2018
@emilyalbiniemilyalbini mentioned this pull request Oct 31, 2018
@emilyalbiniemilyalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 31, 2018
bors added a commit that referenced this pull request Nov 1, 2018
[beta] Rollup backports
Merged and approved:
* #55494: borrowck=migrate must look at parents of closures
* #55343: rustbuild: fix remap-debuginfo when building a release
* #55412: Fix an ICE in the min_const_fn analysis
Rolled up PRs:
* #55550: [beta] Update the boostrap compiler
r? @ghost
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.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.

[1.31.0-nightly] internal compiler error: "min_const_fn encountered `Terminator {"

7 participants

@oli-obk@rust-highfive@Centril@estebank@bors@emilyalbini@Mark-Simulacrum