-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix suggest_floating_point_literal
ICE
#103003
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @eholk (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Hm, I would usually discourage fixing ICEs with @bors r+ rollup |
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
@bors r- |
@bors try |
⌛ Trying commit 5378677 with merge 2b2d78f4f3e323d2aaa4511745fe7befe6878d90... |
☀️ Try build successful - checks-actions |
@bors r=compiler-errors |
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
💡 This pull request was already approved, no need to approve it again.
|
@bors r- |
@TaKO8Ki this is currently in a rollup, if you meant to cancel the r+ then you should cancel those too. |
Oh wait, you commented on that. |
@compiler-errors I found a little bit smaller example as I commented in #102989 (comment). It can remove |
Does the test reproduce the ICE if you remove those flags, though? I can't test locally since I am away from my computer. |
Yes. It reproduces the ICE both locally and in the playground. |
Cool. r=me when it's green. |
@bors r=compiler-errors |
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
Rollup of 6 pull requests Successful merges: - rust-lang#102773 (Use semaphores for thread parking on Apple platforms) - rust-lang#102884 (resolve: Some cleanup, asserts and tests for lifetime ribs) - rust-lang#102954 (Add missing checks for `doc(cfg_hide(...))`) - rust-lang#102998 (Drop temporaries created in a condition, even if it's a let chain) - rust-lang#103003 (Fix `suggest_floating_point_literal` ICE) - rust-lang#103041 (Update cargo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #102989