-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Conversation
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
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:
|
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Simonas Kazlauskas <[email protected]>
e40133c
to
0003280
Compare
Done |
@bors r+ |
📌 Commit 0003280 has been approved by |
…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
This fixes: #91434