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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
I've also just ran into this error.

void test(lazy string[] s...)
{
}

void main(string[] argv)
{
    //Error: escaping reference to local
    test("asdf", "fdsa", "afsd", "sdaf");
}

--

Reply via email to