-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
cross-compiling is broken without absolute rpaths #7170
Comments
Closing as duplicate of #7191 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 6, 2021
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)
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 20, 2021
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)
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 20, 2021
Backport rust-lang#7170 to beta changelog: none (fixes stack overflow, but this was introduced in this release cycle)
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 27, 2021
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're missing some library copies, I'll have a look into it.
cc @brson
The text was updated successfully, but these errors were encountered: