-
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
Static cyclic references not compiled in current nightly rust version #62189
Comments
Bisected to:
|
I bisected to #58351, which is also part of the range @wesleywiser identified. I get build failures when I try to bisect further into the commits of that PR. cc @oli-obk @RalfJung |
Hmm curious, we do have tests for such situations. I'll investigate, but it'll drop into beta today. It's probably an easy fix |
Today? Beta cutoff is on Tuesday. |
Not this time I believe |
Beta cutoff is 2019-06-29 https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/stable.20release/near/168974542 |
triage: P-high, remove nomination, assign to @oli-obk |
FYI, Oli is on vacation for 2 weeks. |
Should this be marked regression-from-stable-to-beta now? |
Don't access a static just for its size and alignment cc @RalfJung fixes rust-lang#62189
Let's tying to compile this code.This code compiled ok on stable and on nightly-2019-06-17 (for example at rust play site)
But in current rustc 1.37.0-nightly (d3e2cec 2019-06-26) compilation fails with message:
The text was updated successfully, but these errors were encountered: