-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE: defining static with struct that contains enum with &'static str variant #13214
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Comments
can be closed, no longer happens |
Flagging as needstest |
Sawyer47
added a commit
to Sawyer47/rust
that referenced
this issue
Jun 10, 2014
bors
added a commit
that referenced
this issue
Jun 11, 2014
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Sep 13, 2022
…, r=lnicola Build release artifact against older Glibc When GitHub [deprecated Ubuntu 18.04](https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/) runners, rust-analyzer was forced to bump runners to 20.04 which includes an updated Glib. This renders RA incompatible with the still popular Ubuntu 18.04 and other slightly older distro versions. Until a deprecation plan is announced on RA's side, I propose binaries shall be built against older glibc to maintain compatibility. This PR changes the Release CI workflow to build the `linux-x64/x86_64-unknown-linux-gnu` release in an Ubuntu 18.04 container. Fixes rust-lang#13081 and rust-lang#13085
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 24, 2024
Fix [`needless_return`] false negative Fixes rust-lang#12907 changelog: Fix [`needless_return`] false negative when returned expression borrows a value.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
If you change char in Test to int the error is gone, also adding another field or switching field positions in Test has the same effect.
Example:
Error:
Backtrace:
The text was updated successfully, but these errors were encountered: