ICE - 'cannot access a scoped thread local variable without calling set
first'
#63283
Labels
A-thread-locals
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello,
After updating nightly version to
2019-07-31
(also fails on2019-08-04
), previously working code no longer compiles.I can confirm that it compiles successfully on
nightly-2019-07-30
.EDIT: Happens on
debug
aswell, also doesn't happen on macOS, but I'm not sure whether it's a transitive dependency or a windows specific thing.Traceback:
The repo is private so unfortunately i cannot link to it.
If there are any details that may help debugging this I will be happy to assist :)
Thanks!
The text was updated successfully, but these errors were encountered: