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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe, Vision
                 CC|                            |[email protected]

--- Comment #1 from Dennis <[email protected]> ---
The problem is that `VarDeclaration.enclosesLifetimeOf(VarDeclaration v)` in
declaration.d considers parameters to always have a longer lifetime than local
variables, without considering if the parameter and local variable actually
belong to the same function.

--

Reply via email to