https://issues.dlang.org/show_bug.cgi?id=12985
--- Comment #1 from Kenji Hara <[email protected]> --- >From https://issues.dlang.org/show_bug.cgi?id=12179#c7 > The error message for the original code is: > > test.d(4,6): Error: array operation a[] * a[] without assignment not > implemented > > But perhaps a better error message is related to this: > > test.d(4,6): Error: array operation a[] * a[] without explicit destination > memory not allowed > > Because I think not allocating memory from array ops is a design decision, > and it will not be implemented. I think "without destination memory not allowed" would be better. --
