https://issues.dlang.org/show_bug.cgi?id=17764
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from Walter Bright <[email protected]> --- (In reply to ag0aep6g from comment #4) > global = c[0].str; /* This should be rejected. */ And it is now in master: Error: scope variable `c` assigned to non-scope `global` --
