You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'rustc' has overflowed its stack
fatal runtime error: stack overflow
No backtrace.
The text was updated successfully, but these errors were encountered:
flip1995
added
C-bug
Category: Clippy is not doing the correct thing
I-ICE
Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
Priority: High
I-sync-blocker
Issue: Prevents a change to be synced to rust-lang/rust
labels
May 5, 2021
Fix stack overflow issue in `redundant_pattern_matching`
Fixesrust-lang#7169
~~cc `@Jarcho` Since tomorrow is release day and we need to get this also fixed in beta, I'll just revert the PR instead of looking into the root issue. Your changes are good, so if you have an idea what could cause this stack overflow and know how to fix it, please open a PR that reverts this revert with a fix.~~
r? `@llogiq`
changelog: none (fixes stack overflow, but this was introduced in this release cycle)
This was found by @llogiq appearing on https://github.com/openquery-io/synth.
This is probably caused by #6568. I still have to verify. If so, I'll revert this commit and backport the revert to
beta
.Code
Playground
Meta
cargo clippy -V
: clippy 0.1.53 (42816d6 2021-04-24)rustc -Vv
:Error output
No backtrace.
The text was updated successfully, but these errors were encountered: