https://issues.dlang.org/show_bug.cgi?id=2139
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- The compiler now errors in the first case: Error: cannot take address of thread-local variable s at compile time And in the third case: Error: static variable s cannot be read at compile time The second case compiles. --
