https://issues.dlang.org/show_bug.cgi?id=23452

Imperatorn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |om

--- Comment #1 from Imperatorn <[email protected]> ---
Side note, if changed to

```d
void test(Foo[] foos)
```

And passed that way, you get the Error: struct `Foo` is not copyable because it
has a disabled postblit.

So it seems (potentially) limited to vararg.

--

Reply via email to