https://issues.dlang.org/show_bug.cgi?id=14626
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- That it worked before I think is a bug (the compiler did a lot of hand-waving with AA's to avoid sticky issues). We really really need a way to specify something returns or uses inout that isn't a *new* inout scope. Only then, can we get this to work. --
