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

[Beta] Backport ICE fix in Clippy #85740

Merged
merged 3 commits into from
Jun 8, 2021
Merged

Commits on May 10, 2021

  1. Auto merge of rust-lang#7170 - flip1995:revert_drop_order, r=llogiq

    Fix stack overflow issue in `redundant_pattern_matching`
    
    Fixes rust-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)
    bors authored and flip1995 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    98b11c8 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#7204 - flip1995:beta_backport, r=flip1995

    Backport of rust-lang#7170 to beta
    
    r? `@ghost`
    
    changelog: none (fixes stack overflow, but this was introduced in this release cycle)
    
    Now actually opened towards the `beta` branch.
    bors committed May 10, 2021
    Configuration menu
    Copy the full SHA
    c64b3ff View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    47e2265 View commit details
    Browse the repository at this point in the history