You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This message should be improved:
-----
/usr/local/opt/dmd/include/dlang/dmd/std/concurrency.d(449,5): Error: static assert: "Aliases to mutable thread-local data not allowed."
mod.d(171,30): instantiated from here: `spawn!(void function(Config) @system, Config)`
mod2.d(48,25): instantiated from here: `__ctor!(Config)`-----
It doesn't say which field is the offending one, just that there is some pointer or array somewhere, but it's really hard to determine what is the offending field when the data structure is complex.
With all the traits power D has, emitting the field name should be possible.
The text was updated successfully, but these errors were encountered:
andrej.mitrovich (@AndrejMitrovic) reported this on 2019-05-16T08:46:41Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=19879
Description
The text was updated successfully, but these errors were encountered: