https://issues.dlang.org/show_bug.cgi?id=22023
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dennis <[email protected]> --- Possible solutions: - disallow `return` on variadic array arguments - strip `return` on variadic array arguments, making it a no-op - allocate the array with the GC on the call site when `return` is present Not sure which is best, I'm leaning towards the first. --
