-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Mark has_global_allocator
query as eval_always
#84260
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
Conversation
Fixes rust-lang#84252 This query reads from untracked global state in `CStore`.
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
@Aaron1011 that was fast 😮 |
@Spaceface16518: This issue is very similar to other ones which have been exposed recently - the fix tends to be the same 😄 |
So is my code now valid or a compiler error? |
@Spaceface16518: Your code was perfectly fine - the ICE was due to a compiler bug related to incremental compilation. Applying a For now, you can work around this bug by running |
Oh I see, that makes sense. Thank you, I'll do that. |
@bors r+ |
📌 Commit 169a221 has been approved by |
☀️ Test successful - checks-actions |
Fixes #84252
This query reads from untracked global state in
CStore
.