Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an ICE when lowering a float with missing exponent magnitude #91791

Merged
merged 1 commit into from
Dec 19, 2021

Conversation

terrarier2111
Copy link
Contributor

This fixes: #91434

@rust-highfive
Copy link
Collaborator

r? @nagisa

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 11, 2021
@apiraino apiraino added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Dec 14, 2021
@nagisa
Copy link
Member

nagisa commented Dec 17, 2021

This looks good to me, but the title for the PR as well as for the commit would benefit from being more descriptive. Perhaps something like:

Fix an ICE when lowering a float with missing exponent magnitude

@nagisa nagisa added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 17, 2021
@rust-log-analyzer

This comment has been minimized.

@terrarier2111
Copy link
Contributor Author

This looks good to me, but the title for the PR as well as for the commit would benefit from being more descriptive. Perhaps something like:

Fix an ICE when lowering a float with missing exponent magnitude

Done

@nagisa nagisa changed the title Fix float ICE Fix an ICE when lowering a float with missing exponent magnitude Dec 19, 2021
@nagisa
Copy link
Member

nagisa commented Dec 19, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Dec 19, 2021

📌 Commit 0003280 has been approved by nagisa

@bors bors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 19, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 19, 2021
…askrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#91791 (Fix an ICE when lowering a float with missing exponent magnitude)
 - rust-lang#91878 (Remove `in_band_lifetimes` from `rustc_infer`)
 - rust-lang#91895 (Remove `in_band_lifetimes` for `rustc_monomorphize`)
 - rust-lang#92029 (Explicitly set no ELF flags for .rustc section)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit c088e50 into rust-lang:master Dec 19, 2021
@rustbot rustbot added this to the 1.59.0 milestone Dec 19, 2021
@terrarier2111 terrarier2111 deleted the fix-float-ice branch January 18, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

thread 'rustc' panicked at 'f64 failed to parse 9E: ParseFloatError { kind: Invalid }'
8 participants