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 suggest_floating_point_literal ICE
#103003
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
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#103000 (Add suggestion to the "missing native library" error) - rust-lang#103003 (Fix `suggest_floating_point_literal` ICE) - rust-lang#103006 (rustdoc: don't ICE on `TyKind::Typeof`) - rust-lang#103008 (replace ReErased with fresh region vars in opaque types) - rust-lang#103011 (Improve rustdoc `unsafe-fn` GUI test) - rust-lang#103013 (Add new bootstrap entrypoints to triagebot) - rust-lang#103016 (Ensure enum cast moves) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
@bors r- |
|
@bors try |
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
|
|
|
@bors r=compiler-errors |
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
Fix `suggest_floating_point_literal` ICE Fixes rust-lang#102989
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#102092 (refactor: use grep -E/-F instead of fgrep/egrep) - rust-lang#102781 (Improved documentation for `std::io::Error`) - rust-lang#103003 (Fix `suggest_floating_point_literal` ICE) - rust-lang#103039 (checktools: fix comments) - rust-lang#103045 (Remove leading newlines from integer primitive doc examples) - rust-lang#103047 (Update browser-ui-test version to fix some flaky tests) - rust-lang#103054 (Clean up rust-logo rustdoc GUI test) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
|
@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
Rollup of 6 pull requests Successful merges: - rust-lang#101832 (Make `dyn*` casts into a coercion, allow `dyn*` upcasting) - rust-lang#102769 (Clean up rustdoc startup) - rust-lang#102773 (Use semaphores for thread parking on Apple platforms) - rust-lang#102954 (Add missing checks for `doc(cfg_hide(...))`) - rust-lang#103003 (Fix `suggest_floating_point_literal` ICE) - rust-lang#103041 (Update cargo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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